Enum ExportModes
Defines the constants that specify the exporting modes of pivot grid.
Namespace: Syncfusion.PivotConverter
Assembly: Syncfusion.PivotConverter.Windows.dll
Syntax
public enum ExportModes
Remarks
To export the PivotGridControl either cell wise or as PivotTable.
Fields
Name | Description |
---|---|
Cell | Denotes the cell type export of pivot grid. |
PivotTable | Denotes the pivot type export of pivot grid. |