Enum PivotTableSelectionType

PivotTableSelectionType enumeration

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

public enum PivotTableSelectionType

Values

NameValueDescription
DataAndLabel0Data and labels
DataOnly2Only selects data
LabelOnly1Only selects labels

See Also