Aspose::Cells::MultipleFilterCollection::MultipleFilterCollection constructor

MultipleFilterCollection::MultipleFilterCollection() constructor

Constructs one new instance.

Deprecated

Use FilterColumn.MultipleFilters, instead.

Aspose::Cells::MultipleFilterCollection::MultipleFilterCollection()

Remarks

NOTE: This member is now obsolete. Instead,please set FilterColumn.FilterType as FilterType.MultipleFilters then get FilterColumn.MultipleFilters. This property will be removed 12 months later since June 2026. Aspose apologizes for any inconvenience you may have experienced.

See Also

MultipleFilterCollection::MultipleFilterCollection(MultipleFilterCollection_Impl*) constructor

Constructs from an implementation object.

Aspose::Cells::MultipleFilterCollection::MultipleFilterCollection(MultipleFilterCollection_Impl *impl)

See Also

MultipleFilterCollection::MultipleFilterCollection(const Aspose::Cells::Object&) constructor

Constructs from an Object convertible to this.

Aspose::Cells::MultipleFilterCollection::MultipleFilterCollection(const Aspose::Cells::Object &obj)

See Also

MultipleFilterCollection::MultipleFilterCollection(const MultipleFilterCollection&) constructor

Copy constructor.

Aspose::Cells::MultipleFilterCollection::MultipleFilterCollection(const MultipleFilterCollection &src)

See Also