A collection of Filter objects that represents all the filters in an autofiltered range. More...
Inherits CollectionBase.
Public Member Functions | |
virtual void | RemoveAt (Aspose::Cells::Systems::Int32 index)=0 |
virtual intrusive_ptr< Aspose::Cells::IFilterColumn > | GetObjectByIndex (Aspose::Cells::Systems::Int32 index)=0 |
Returns a single Filter object from a collection. More... | |
virtual intrusive_ptr< Aspose::Cells::IFilterColumn > | GetObjectByFiledIndex (Aspose::Cells::Systems::Int32 fieldIndex)=0 |
Gets IFilterColumn object at the special field. More... | |
A collection of Filter objects that represents all the filters in an autofiltered range.
|
pure virtual |
Gets IFilterColumn object at the special field.
fieldIndex | The integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0). |
|
pure virtual |
Returns a single Filter object from a collection.
|
pure virtual |
index |