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.
Custom2Represents a pivot item index, as specified by Pivot Items, that specifies a pivot item in the PivotField. only read

See Also