Saves the grid contents to a file.
Overload List
Overload | Description |
SaveGrid(C1FlexGridBase,String,FileFormatEnum,FileFlags,Encoding) | Saves the grid contents to a file. |
SaveGrid(C1FlexGridBase,Stream,FileFormatEnum,FileFlags,Encoding) | Saves the grid contents to a stream. |
SaveGrid(C1FlexGridBase,Stream,FileFormatEnum,FileFlags) | Saves the grid contents to a stream. |
SaveGrid(C1FlexGridBase,String,FileFormatEnum,FileFlags) | Saves the grid contents to a file. |
SaveGrid(C1FlexGridBase,String,FileFormatEnum) | Saves the grid contents to a file. |
See Also