LoadExcel(FlexGrid,Stream,String,LoadExcelOptions) Method
In This Topic
Loads Excel data from into the specified grid.
Syntax
Parameters
- grid
- Instance of the FlexGrid to load the data into.
- stream
- A data System.IO.Stream.
- sheetName
- The name of the Excel sheet to load. If null, the first sheet will be loaded by default.
- options
- A LoadExcelOptions loading options.
Exceptions
Exception | Description |
System.ArgumentException | The exception that is thrown when one of the arguments provided to a method is not valid. |
See Also