ExcelExporter Class Properties
In This Topic
For a list of all members of this type, see ExcelExporter members.
Public Properties
| Name | Description |
 | CellDataFormat | Gets or sets an CellDataFormat value representing how the content of a cell is treated. |
 | ColumnHeaderStyle | Gets or sets the style of the column header. |
 | CustomStyles | Gets a list of custom styles. |
 | DetailGridsMode | Gets or sets the mode used to determine how detail grids are presented in
the exported grid. |
 | GridLineColor | Gets or sets the color of the spreadsheet's grid lines. |
 | IncludeColumnHeaders | Gets or sets a boolean value indicating whether column headers are to be included in the exported grid. |
 | IncludeDetailGrids | Gets or sets a boolean value indicating whether detail grids are to be included in the exported grid. |
 | IncludeGridStyles | Gets or sets a boolean value indicating whether the styles of the GridControl whose data is to be exported should be used in the exported spreadsheet. |
 | RepeatParentData | Gets or sets a boolean value indicating whether parent data rows should be repeated with every child row in the exported grid. |
Top
Protected Properties
See Also