Name | Description | |
---|---|---|
ExcelExporter Constructor |
The following tables list the members exposed by ExcelExporter.
Name | Description | |
---|---|---|
ExcelExporter Constructor |
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. |
Name | Description | |
---|---|---|
DefaultCellDataFormat | Gets the default value of the CellDataFormat property | |
DefaultColumnHeaderStyle | Gets the default value of the ColumnHeaderStyle property | |
DefaultDetailGridsMode | Gets the default value of the DetailGridsMode property. | |
DefaultGridLineColor | Gets the default value of the GridLineColor property. | |
DefaultIncludeColumnHeaders | Gets the default value of the IncludeColumnHeaders property. | |
DefaultIncludeDetailGrids | Gets the default value of the IncludeDetailGrids property. | |
DefaultIncludeGridStyles | Gets the default value of the IncludeGridStyles property. | |
DefaultRepeatParentData | Gets the default value of the RepeatParentData property. | |
Events | Gets a list of the events to which the grid element is subscribed. | |
Properties | Gets a collection of property names whose values have been explicitly set as well as the corresponding values. |
Name | Description | |
---|---|---|
Export | Overloaded. Exports the data of a Xceed.Grid.GridControl to a spreadsheet in XML suitable for import into Microsoft Excel. | |
ResetCellDataFormat | Resets the value of the CellDataFormat property to its default value, DefaultCellDataFormat. | |
ResetColumnHeaderStyle | Resets the value of the ColumnHeaderStyle property to its default value, DefaultColumnHeaderStyle. | |
ResetDetailGridsMode | Resets the value of the DetailGridsMode property to its default value, DefaultDetailGridsMode. | |
ResetGridLineColor | Resets the value of the GridLineColor property to its default value, DefaultGridLineColor. | |
ResetIncludeColumnHeaders | Resets the value of the IncludeColumnHeaders property to its default value, DefaultIncludeColumnHeaders. | |
ResetIncludeDetailGrids | Resets the value of the IncludeDetailGrids property to its default value, DefaultIncludeDetailGrids. | |
ResetIncludeGridStyles | Resets the value of the IncludeGridStyles property to its default value, DefaultIncludeGridStyles. | |
ResetRepeatParentData | Resets the value of the RepeatParentData property to its default value, DefaultRepeatParentData. |
Name | Description | |
---|---|---|
CellDataFormatChanged | Raised when the value of the CellDataFormat property is changed. | |
ColumnHeaderStyleChanged | Raised when the value of the ColumnHeaderStyle property is changed. | |
DetailGridsModeChanged | Raised when the value of the DetailGridsMode property is changed. | |
GridLineColorChanged | Raised when the value of the GridLineColor property is changed. | |
IncludeColumnHeadersChanged | Raised when the value of the IncludeColumnHeaders property is changed. | |
IncludeDetailGridsChanged | Raised when the value of the IncludeDetailGrids property is changed. | |
IncludeGridStylesChanged | Raised when the value of the IncludeGridStyles property is changed. | |
RepeatParentDataChanged | Raised when the value of the RepeatParentData property is changed. | |
WritingCell | Raised when a Cell element is being written. | |
WritingColumn | Raised when a Column element is being written. | |
WritingRow | Raised when a Row element is being written. | |
WritingTable | Raised when a Table element is being written. | |
WritingWorkbook | Raised when a Workbook element is being written. | |
WritingWorksheet | Raised when a Worksheet element is being written |