[]
Options of the WriteXml and ReadXml methods allows to choose which elements of C1FlexGrid should be saved or loaded.
[Flags]
public enum XmlOptions
| Name | Description |
|---|---|
| All | Includes all elements. |
| ColumnInfo | Includes description of the column collection. |
| Control | Includes FlexGrid control properties, which are allowed to be saved or loaded. |
| Data | Includes cell data. |
| Glyphs | Includes glyphs. |
| Images | Includes images. |
| Maps | Includes maps. |
| None | Nothing to save or load. |
| Ranges | Includes merged ranges. |
| RowInfo | Includes description of the row collection. |
| Styles | Includes styles. |
| Tree | Includes outline tree information. |