[]
        
(Showing Draft Content)

C1.Win.FlexGrid.XmlOptions

XmlOptions Enum

Options of the WriteXml and ReadXml methods allows to choose which elements of C1FlexGrid should be saved or loaded.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
[Flags]
public enum XmlOptions

Fields

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.