LoadExcel(FlexGrid,String) Method
In This Topic
Loads data from an Excel file into the specified grid synchronously.
Syntax
'Declaration
Public Overloads Shared Sub LoadExcel( _
ByVal As FlexGrid, _
ByVal As String _
)
public static void LoadExcel(
FlexGrid ,
string
)
Parameters
- grid
- Instance of the FlexGrid to load the data into.
- fileName
- The path to the Excel file.
See Also