AutoFilter.AddFontColorFilter

AutoFilter.AddFontColorFilter method

Adds a font color filter.

public void AddFontColorFilter(int fieldIndex, CellsColor color)
ParameterTypeDescription
fieldIndexInt32The 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).
colorCellsColorThe CellsColor object.

See Also