Click or drag to resize

AutoFiltersCollection AddFillColorFilter Method (Int32, Color)

Adds a fill color filter.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void AddFillColorFilter(
	int filterColumnIndex,
	Color color
)

Parameters

filterColumnIndex
Type: System Int32
The column field index on which you want to base the filter (from the left of the list; the leftmost field is field 0).
color
Type: System.Drawing Color
Fill Color.
See Also