Parameters
- grid
- C1FlexGridBase instance that will be saved.
- fileName
- Name of the file to save, including the path.
- format
- File format to use.
- flags
- Options to use when saving the file.
- encoding
- System.Text.Encoding to use when saving the file.
Grids saved to CSV and other text files include data only (no formatting information is saved).
Grids saved to Excel files include data and formatting information. Images are not saved.
Grids can also be persisted to Xml format using the WriteXml(String,XmlOptions) and C1FlexGridBase.ReadXml methods.