Aspose::Cells::FilterColumnCollection class

FilterColumnCollection class

A collection of Filter objects that represents all the filters in an autofiltered range.

class FilterColumnCollection

Methods

MethodDescription
FilterColumnCollection(FilterColumnCollection_Impl* impl)Constructs from an implementation object.
FilterColumnCollection(const FilterColumnCollection& src)Copy constructor.
Get(int32_t fieldIndex)Gets FilterColumn object at the special field.
GetByIndex(int32_t index)Returns a single Filter object from a collection.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const FilterColumnCollection& src)operator=
RemoveAt(int32_t index)
~FilterColumnCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also