Class ExportModes
Defines the constants that specify the exporting modes of pivot grid.
Inheritance
System.Object
ExportModes
Namespace: Syncfusion.PivotConverter
Assembly: Syncfusion.PivotConverter.Windows.dll
Syntax
public sealed class ExportModes : Enum
Remarks
To export the PivotGridControl either cell wise or as PivotTable.
Fields
Cell
Denotes the cell type export of pivot grid.
Declaration
public const ExportModes Cell
Field Value
| Type |
|---|
| ExportModes |
PivotTable
Denotes the pivot type export of pivot grid.
Declaration
public const ExportModes PivotTable
Field Value
| Type |
|---|
| ExportModes |