Aspose::Cells::Pivot::PivotItemPosition enum

PivotItemPosition enum

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

Deprecated

Use PivotItemPositionType enum instead.

enum class PivotItemPosition

Values

NameValueDescription
Previous0
Represents the previous pivot item in the PivotField.
Next1
Represents the next pivot item in the PivotField.
Custom2
Shows values as the different format based the index of pivot item in the PivotField.

Remarks

NOTE: This enum is now obsolete. Instead, please use PivotItemPositionType enum instead. This method will be removed 12 months later since June 2024. Aspose apologizes for any inconvenience you may have experienced.

See Also