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)
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).
dynamicFilterTypeDynamicFilterTypeDynamic filter type.

See Also