Aspose::Cells::AutoFilter::AddFontColorFilter method

AutoFilter::AddFontColorFilter method

Adds a font color filter.

void Aspose::Cells::AutoFilter::AddFontColorFilter(int32_t fieldIndex, const CellsColor &color)
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).
colorconst CellsColor&The CellsColor object.

See Also