PivotArea.Select

PivotArea.Select method

Select the area with filters.

public void Select(PivotFieldType axisType, int fieldPosition, 
    PivotTableSelectionType selectionType)
ParameterTypeDescription
axisTypePivotFieldTypeThe region of the PivotTable to which this rule applies.
fieldPositionInt32Position 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