PivotAreaFilter Class

PivotAreaFilter class

Represents the filter of for .


type PivotAreaFilter struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewPivotAreaFilterDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
IsSubtotalSetGets which subtotal is set for this filter.
SetSubtotalsSubtotal for the filter.
GetFieldIndexGets the index of the field which this filter refers to.A value of -2 indicates the values field.
GetSelectedIndicates whether this field has selection.Only works when the PivotTable is in Outline view.
SetSelectedIndicates whether this field has selection.Only works when the PivotTable is in Outline view.