Aspose::Cells::FilterColumn class

FilterColumn class

Represents a filter for a single column. The Filter object is a member of the Filters collection.

class FilterColumn

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const FilterColumn& src)operator=
SetFieldIndex(int32_t value)Gets and sets the column offset in the range.
SetFilter(IObject* 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

FieldDescription
_implThe implementation object.

See Also