PivotAreaFilter Class
PivotAreaFilter class
Represents the filter of for .
type PivotAreaFilter struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| IsSubtotalSet | Gets which subtotal is set for this filter. |
| SetSubtotals | Subtotal for the filter. |
| GetFieldIndex | Gets the index of the field which this filter refers to.A value of -2 indicates the values field. |
| GetSelected | Indicates whether this field has selection.Only works when the PivotTable is in Outline view. |
| SetSelected | Indicates whether this field has selection.Only works when the PivotTable is in Outline view. |