Aspose::Cells::FilterColumnCollection::Get method
FilterColumnCollection::Get method
Gets FilterColumn object at the special field.
FilterColumn Aspose::Cells::FilterColumnCollection::Get(int32_t fieldIndex)
Parameter | Type | Description |
---|---|---|
fieldIndex | int32_t | The 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
- Class FilterColumn
- Class Vector
- Class FilterColumnCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++