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
| Name | Value | Description |
|---|---|---|
| DataAndLabel | 0 | Data and labels. |
| DataOnly | 2 | Only selects data. |
| LabelOnly | 1 | Only selects labels. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++