Xceed Grid for WinForms v4.3 Documentation
IncludeGridStyles Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Exporting Namespace > ExcelExporter Class : IncludeGridStyles Property
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.
Syntax
'Declaration
 
Public Property IncludeGridStyles As Boolean
'Usage
 
Dim instance As ExcelExporter
Dim value As Boolean
 
instance.IncludeGridStyles = value
 
value = instance.IncludeGridStyles
public bool IncludeGridStyles {get; set;}

Property Value

true if grid styles should be included in the exported grid; false otherwise.
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