ExcelSaveOptions Class Members
In This Topic
The following tables list the members exposed by ExcelSaveOptions.
Public Constructors
Public Properties
| Name | Description |
| CollapsedGroupLevel | Defines the group level at which collapsible group headers will appear collapsed in a saved file. |
| CollapseGroupsBelowDetail | Indicates whether group collapse buttons should appear below or above detail rows. |
| CollapsibleGroups | Gets or sets a value indicating whether groups will be collapsible in a saved file for C1.WPF.DataGrid.C1DataGrid is in the grouping mode. |
| FileFormat | Gets or sets a specific Excel file format. |
| KeepColumnWidths | Gets or sets a value indicating whether column widths should be kept in a saved file. |
| KeepRowHeights | Gets or sets a value indicating whether row height should be kept in a saved file. |
| SaveImages | Gets or sets a value indicating whether image columns should be saved. |
Top
See Also