'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