Class ExportCellType
Specifies the type of the exporting cell.
Inheritance
Namespace: Syncfusion.SfDataGrid.Exporting
Assembly: Syncfusion.SfGridConverter.iOS.dll
Syntax
public sealed class ExportCellType : Enum
Fields
BottomTableSummaryCell
Specifies that the type of cell being exported is bottom table summary cell.
Declaration
public const ExportCellType BottomTableSummaryCell
Field Value
Type |
---|
ExportCellType |
BottomUnboundCell
Specifies that the type of cell being exported is Bottom UnboundCell.
Declaration
public const ExportCellType BottomUnboundCell
Field Value
Type |
---|
ExportCellType |
FixedBottomUnboundCell
Specifies that the type of cell being exported is FixedBottom UnboundCell.
Declaration
public const ExportCellType FixedBottomUnboundCell
Field Value
Type |
---|
ExportCellType |
FixedTopUnboundCell
Specifies that the type of cell being exported is FixedTop UnboundCell.
Declaration
public const ExportCellType FixedTopUnboundCell
Field Value
Type |
---|
ExportCellType |
GroupCaptionCell
Specifies that the type of cell being exported is group caption cell.
Declaration
public const ExportCellType GroupCaptionCell
Field Value
Type |
---|
ExportCellType |
GroupSummaryCell
Specifies that the type of cell being exported is group summary cell.
Declaration
public const ExportCellType GroupSummaryCell
Field Value
Type |
---|
ExportCellType |
HeaderCell
Specifies that the type of cell being exported is header cell.
Declaration
public const ExportCellType HeaderCell
Field Value
Type |
---|
ExportCellType |
IndentCell
Specifies that the type of cell being exported is indent cell.
Declaration
public const ExportCellType IndentCell
Field Value
Type |
---|
ExportCellType |
RecordCell
Specifies that the type of cell being exported is record cell.
Declaration
public const ExportCellType RecordCell
Field Value
Type |
---|
ExportCellType |
TopTableSummaryCell
Specifies that the type of cell being exported is top table summary cell.
Declaration
public const ExportCellType TopTableSummaryCell
Field Value
Type |
---|
ExportCellType |
TopUnboundCell
Specifies that the type of cell being exported is Top UnboundCell.
Declaration
public const ExportCellType TopUnboundCell
Field Value
Type |
---|
ExportCellType |