PivotFilterCollection Class
PivotFilterCollection class
Represents a collection of all the PivotFilter objects
type PivotFilterCollection struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| Get | Gets the pivotfilter object at the specific index. |
| AddTop10Filter | Filters by values of data pivot field. |
| AddValueFilter | Filters by values of data pivot field. |
| AddLabelFilter | Filters by captions of row or column pivot field. |
| AddDateFilter | Filters by date setting of row or column pivot field. |
| ClearFilter | Clear PivotFilter from the specific PivotField |
| GetCount | |