Represents The location of the field in the specified PivotTable report.
This enumeration has a
FlagsAttribute
attribute that allows a bitwise combination of its member values.
public enum PivotFieldOrientation
Members
| Member Name | Description | Value |
| RowField | Sets the PivotField to RowField | 1 |
| ColumnField | Sets the PivotField to ColumnField | 2 |
| PageField | Sets the PivotField to PageField | 4 |
| DataField | Sets the PivotField to DataField | 8 |
| HiddenField | Sets the PivotField to HiddenField | 16 |
Requirements
Namespace: Aspose.Grid.Web.Data
Assembly: Aspose.Grid.Web (in Aspose.Grid.Web.dll)
See Also
Aspose.Grid.Web.Data Namespace