Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Exporting Namespace / ExcelExporter Class


In This Topic
    ExcelExporter Class Properties
    In This Topic

    For a list of all members of this type, see ExcelExporter members.

    Public Properties
     NameDescription
    Public PropertyGets or sets an CellDataFormat value representing how the content of a cell is treated.  
    Public PropertyGets or sets the style of the column header.  
    Public PropertyGets a list of custom styles.  
    Public PropertyGets or sets the mode used to determine how detail grids are presented in the exported grid.  
    Public PropertyGets or sets the color of the spreadsheet's grid lines.  
    Public PropertyGets or sets a boolean value indicating whether column headers are to be included in the exported grid.  
    Public PropertyGets or sets a boolean value indicating whether detail grids are to be included in the exported grid.  
    Public PropertyGets 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.  
    Public PropertyGets or sets a boolean value indicating whether parent data rows should be repeated with every child row in the exported grid.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the default value of the CellDataFormat property  
    Protected PropertyGets the default value of the ColumnHeaderStyle property  
    Protected PropertyGets the default value of the DetailGridsMode property.  
    Protected PropertyGets the default value of the GridLineColor property.  
    Protected PropertyGets the default value of the IncludeColumnHeaders property.  
    Protected PropertyGets the default value of the IncludeDetailGrids property.  
    Protected PropertyGets the default value of the IncludeGridStyles property.  
    Protected PropertyGets the default value of the RepeatParentData property.  
    Protected PropertyGets a list of the events to which the grid element is subscribed.  
    Protected PropertyGets a collection of property names whose values have been explicitly set as well as the corresponding values.  
    Top
    See Also