SaveExcel Method (Extensions)
In This Topic
Saves the grid contents to a Microsoft Excel (.XLS) file.
Overload List
Overload | Description |
SaveExcel(C1FlexGridBase,String,String,FileFlags,PrinterSettings) |
Saves the grid contents to a Microsoft Excel (.XLS) file.
|
SaveExcel(C1FlexGridBase,Stream,String,FileFlags,PrinterSettings) |
Saves the grid contents to a stream.
|
SaveExcel(C1FlexGridBase,String,String,FileFlags) |
Saves the grid contents to a Microsoft Excel (.XLS) file.
|
SaveExcel(C1FlexGridBase,String,String) |
Saves the grid contents to a Microsoft Excel (.XLS) file.
|
SaveExcel(C1FlexGridBase,String,FileFlags) |
Saves the grid contents to a Microsoft Excel (.XLS) file.
|
SaveExcel(C1FlexGridBase,String) |
Saves the grid contents to a Microsoft Excel (.XLS) file.
|
See Also