Xceed Grid for WinForms v4.3 Documentation
ColumnHeaderStyle Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Exporting Namespace > ExcelExporter Class : ColumnHeaderStyle Property
Gets or sets the style of the column header.
Syntax
'Declaration
 
Public Property ColumnHeaderStyle As ExcelStyle
'Usage
 
Dim instance As ExcelExporter
Dim value As ExcelStyle
 
instance.ColumnHeaderStyle = value
 
value = instance.ColumnHeaderStyle
public ExcelStyle ColumnHeaderStyle {get; set;}

Property Value

A reference to an ExcelStyle object.
Remarks

ColumnHeaderStyle cannot be set if the component is currently exporting.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExcelExporter Class
ExcelExporter Members