Enum PivotFieldOrientation
PivotFieldOrientation enumeration
Represents The location of the field in the specified PivotTable report.
[Obsolete("This class is obsolete; use GridPivotFieldType instead")]
[Flags]
public enum PivotFieldOrientation
Values
| Name | Value | Description | 
|---|---|---|
| RowField | 1 | Sets the PivotField to RowField | 
| ColumnField | 2 | Sets the PivotField to ColumnField | 
| PageField | 4 | Sets the PivotField to PageField | 
| DataField | 8 | Sets the PivotField to DataField | 
| HiddenField | 10 | Sets the PivotField to HiddenField | 
Remarks
NOTE: This class is now obsolete. please use GridPivotFieldType Instead. This class will be removed after 6 months since Aug. 2014. Aspose apologizes for any inconvenience you may have experienced.
See Also
- namespace Aspose.Cells.GridWeb.Data
 - assembly Aspose.Cells.GridWeb