Represents a collection of all the PivotFilter objects More...
Inherits CollectionBase.
Public Member Functions | |
virtual intrusive_ptr< Aspose::Cells::Pivot::IPivotFilter > | GetObjectByIndex (Aspose::Cells::Systems::Int32 index)=0 |
Gets the pivotfilter object at the specific index. More... | |
virtual Aspose::Cells::Systems::Int32 | Add (Aspose::Cells::Systems::Int32 fieldIndex, Aspose::Cells::Pivot::PivotFilterType type)=0 |
Adds a PivotFilter Object to the specific type More... | |
virtual void | ClearFilter (Aspose::Cells::Systems::Int32 fieldIndex)=0 |
Clear PivotFilter from the specific PivotField More... | |
Represents a collection of all the PivotFilter objects
|
pure virtual |
Adds a PivotFilter Object to the specific type
fieldIndex | the PivotField index |
type | the PivotFilter type |
|
pure virtual |
Clear PivotFilter from the specific PivotField
fieldIndex | the PivotField index |
|
pure virtual |
Gets the pivotfilter object at the specific index.