LoadExcel(FlexGrid,String,LoadExcelOptions) Method
In This Topic
Loads data from an Excel file into the specified grid synchronously.
Syntax
Parameters
- grid
- Instance of the FlexGrid to load the data into.
- fileName
- The path to the Excel file.
- options
- A LoadExcelOptions loading options.
See Also