ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheetHelper Class / Load Method / Load(String) Method
The path of xlsx file






In This Topic
    Load(String) Method
    In This Topic
    Load data from the xlsx file.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Load( _
       ByVal filePath As System.String _
    ) As FlexSheetLoadResponse
    'Usage
     
    
    Dim filePath As System.String
    Dim value As FlexSheetLoadResponse
     
    value = FlexSheetHelper.Load(filePath)
    public static FlexSheetLoadResponse Load( 
       System.string filePath
    )
    public function Load( 
        filePath: System.String
    ): FlexSheetLoadResponse; static; 
    public static function Load( 
       filePath : System.String
    ) : FlexSheetLoadResponse;
    public: static FlexSheetLoadResponse* Load( 
       System.string* filePath
    ) 
    public:
    static FlexSheetLoadResponse^ Load( 
       System.String^ filePath
    ) 

    Parameters

    filePath
    The path of xlsx file

    Return Value

    The response data
    See Also