Aspose::Cells::Pivot::PivotArea::Select method

PivotArea::Select method

Select the area with filters.

void Aspose::Cells::Pivot::PivotArea::Select(PivotFieldType axisType, int32_t fieldPosition, PivotTableSelectionType selectionType)
ParameterTypeDescription
axisTypePivotFieldTypeThe region of the PivotTable to which this rule applies.
fieldPositionint32_tPosition of the field within the axis to which this rule applies.
selectionTypePivotTableSelectionTypeSpecifies what can be selected in a PivotTable during a structured selection.

See Also