Aspose::Cells::FilterColumnCollection::Get method

FilterColumnCollection::Get method

Gets FilterColumn object at the special field.

FilterColumn Aspose::Cells::FilterColumnCollection::Get(int32_t fieldIndex)
ParameterTypeDescription
fieldIndexint32_tThe integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0).

ReturnValue

Returns FilterColumn object.

See Also