Aspose::Cells::FilterColumnCollection class

FilterColumnCollection class

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

class FilterColumnCollection

Methods

MethodDescription
begin()Returns an iterator to the beginning of the FilterColumnCollection.
end()Returns an iterator to the end of the FilterColumnCollection.
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()Gets the number of elements contained in the instance.
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