Parameters
- grid
- Instance of the FlexGrid to load the data into.
- fileName
- The path to the Excel file.
- fileFormat
- A ExcelFileFormat file format.
- sheetName
- The name of the Excel sheet to load. If null, the first sheet will be loaded by default.
- options
- A LoadExcelOptions loading options.
- cancellationToken
- The token to monitor for cancellation requests.
Return Value
A System.Threading.Tasks.Task representing the asynchronous operation.