Enum PivotItemPosition

PivotItemPosition enumeration

Represents PivotTable base item Next/Previous/All position in the base field .

public enum PivotItemPosition

Values

NameValueDescription
Previous0Represents the previous pivot item in the PivotField.
Next1Represents the next pivot item in the PivotField.
Custom2Shows values as the different format based the index of pivot item in the PivotField.

See Also