PivotFilterCollection Class

PivotFilterCollection class

Represents a collection of all the PivotFilter objects


type PivotFilterCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetGets the pivotfilter object at the specific index.
AddTop10FilterFilters by values of data pivot field.
AddValueFilterFilters by values of data pivot field.
AddLabelFilterFilters by captions of row or column pivot field.
AddDateFilterFilters by date setting of row or column pivot field.
ClearFilterClear PivotFilter from the specific PivotField
GetCount