Enum PivotItemPositionType

PivotItemPositionType enumeration

Represents the position type of the pivot base item in the base field when the ShowDataAs calculation is in use.

public enum PivotItemPositionType

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