Aspose::Cells::FilterColumn class
Contents
[
Hide
]FilterColumn class
Represents a filter for a single column. The Filter object is a member of the Filters collection.
class FilterColumn
Methods
| Method | Description |
|---|---|
| FilterColumn(FilterColumn_Impl* impl) | Constructs from an implementation object. |
| FilterColumn(const FilterColumn& src) | Copy constructor. |
| GetFieldIndex() | Gets and sets the column offset in the range. |
| GetFilter() | Gets and sets the condition of filtering data. |
| GetFilterType() | Gets and sets the type fo filtering data. |
| IsDropdownVisible() | Indicates whether the AutoFilter button for this column is visible. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const FilterColumn& src) | operator= |
| SetFieldIndex(int32_t value) | Gets and sets the column offset in the range. |
| SetFilter(const Aspose::Cells::Object& value) | Gets and sets the condition of filtering data. |
| SetFilterType(FilterType value) | Gets and sets the type fo filtering data. |
| SetIsDropdownVisible(bool value) | Indicates whether the AutoFilter button for this column is visible. |
| ~FilterColumn() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++