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

NameValueDescription
RowField1Sets the PivotField to RowField
ColumnField2Sets the PivotField to ColumnField
PageField4Sets the PivotField to PageField
DataField8Sets the PivotField to DataField
HiddenField10Sets 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