Version

ExportFormattingOptions Enumeration

Specifies parts of the grid for which formatting should be included in the export operation.
Syntax
'Declaration
 
Public Enum ExportFormattingOptions 
   Inherits System.Enum
public enum ExportFormattingOptions : System.Enum 
Members
MemberDescription
AllAll formatting
BandHeaderFormatting for grid band headers.
CellFormatting for grid cells.
ColumnHeaderFormatting for grid column headers.
GroupByRowFormatting for grid GroupBy rows.
GroupHeaderFormatting for grid group headers.
NoneNo formatting.
RowAutoPreviewFormatting for RowAutoPreview.
SummaryFooterCaptionFormatting for the grid summary footer caption.
SummaryRowFormatting for grid summary rows.
SummaryValueFormatting for grid summary values cells.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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