Aspose::Cells::Pivot::PivotItemPosition enum

PivotItemPosition enum

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

enum class PivotItemPosition

Values

NameValueDescription
Previous0
Represents the previous pivot item in the PivotField.
Next1
Represents the next pivot item in the PivotField.
Custom2
Represents a pivot item index, as specified by Pivot Items, that specifies a pivot item in the PivotField.

See Also