Loads the grid from a Microsoft Excel (.XLS) file.
Overload List
Overload | Description |
LoadExcel(C1FlexGridBase,String,String,FileFlags) | Loads the grid from a Microsoft Excel (.XLS) file. |
LoadExcel(C1FlexGridBase,Stream,String,FileFlags) | Loads the grid from a Microsoft Excel (.XLS) file. |
LoadExcel(C1FlexGridBase,String,String) | Loads the grid from a Microsoft Excel (.XLS) file. |
LoadExcel(C1FlexGridBase,String,FileFlags) | Loads the grid from the first worksheet in a Microsoft Excel (.XLS) file. |
LoadExcel(C1FlexGridBase,String) | Loads the grid from the first worksheet in a Microsoft Excel (.XLS) file. |
See Also