Aspose::Cells::AutoFilter::Dynamic_Filter method
AutoFilter::Dynamic_Filter method
Adds a dynamic filter.
void Aspose::Cells::AutoFilter::Dynamic_Filter(int32_t fieldIndex, DynamicFilterType dynamicFilterType)
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). |
dynamicFilterType | DynamicFilterType | Dynamic filter type. |
See Also
- Enum DynamicFilterType
- Class AutoFilter
- Namespace Aspose::Cells
- Library Aspose.Cells for C++