Aspose::Cells::FilterColumnCollection class
FilterColumnCollection class
A collection of Filter objects that represents all the filters in an autofiltered range.
class FilterColumnCollection
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const FilterColumnCollection& src) | operator= |
RemoveAt(int32_t index) | |
~FilterColumnCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++