Parameters
- fileName
- Name of the file to save, including the path.
The grid serializes all its contents into the Xml document, including the data stored in the cells, row and column properties, styles, images, etc.
Objects of custom types stored in the grid are also serialized as long as they have an associated System.ComponentModel.TypeConverter that provides conversions to and from string.
The C1.Win.C1FlexGrid.C1FlexGridBase.WriteXml method has several overloads that allow you to save several grids into a single Xml document, along with other information stored in the Xml document.