Class ExportCellType
Defines constants for specifying the type of cell to be exported.
Inheritance
System.Object
ExportCellType
Assembly: Syncfusion.SfGridConverter.UWP.dll
Syntax
public sealed class ExportCellType : Enum
Fields
BottomUnBoundCell
Declaration
public const ExportCellType BottomUnBoundCell
Field Value
Declaration
public const ExportCellType FooterUnBoundCell
Field Value
FrozenUnBoundCell
Declaration
public const ExportCellType FrozenUnBoundCell
Field Value
GroupCaptionCell
Declaration
public const ExportCellType GroupCaptionCell
Field Value
GroupSummaryCell
Declaration
public const ExportCellType GroupSummaryCell
Field Value
Declaration
public const ExportCellType HeaderCell
Field Value
IndentCell
Declaration
public const ExportCellType IndentCell
Field Value
RecordCell
Declaration
public const ExportCellType RecordCell
Field Value
Declaration
public const ExportCellType StackedHeaderCell
Field Value
TableSummaryCell
Declaration
public const ExportCellType TableSummaryCell
Field Value
TopTableSummaryCell
Declaration
public const ExportCellType TopTableSummaryCell
Field Value
TopUnBoundCell
Declaration
public const ExportCellType TopUnBoundCell
Field Value
Extension Methods