Aspose::Cells::Pivot::PivotTableSelectionType enum

PivotTableSelectionType enum

Specifies what can be selected in a PivotTable during a structured selection. These constants can be combined to select multiple types.

enum class PivotTableSelectionType

Values

NameValueDescription
DataAndLabel0
Data and labels.
DataOnly2
Only selects data.
LabelOnly1
Only selects labels.

See Also