AddFillColorFilter

AutoFilter.AddFillColorFilter method

Fügt einen Füllfarbenfilter hinzu.

public void AddFillColorFilter(int fieldIndex, BackgroundType pattern, CellsColor foregroundColor, 
    CellsColor backgroundColor)
ParameterTypBeschreibung
fieldIndexInt32Der ganzzahlige Offset des Felds, auf dem der Filter basieren soll (von links in der Liste; das Feld ganz links ist Feld 0).
patternBackgroundTypeDer Typ des Hintergrundmusters.
foregroundColorCellsColorDie Vordergrundfarbe.
backgroundColorCellsColorDie Hintergrundfarbe.

Siehe auch