Click or drag to resize

AutoFiltersCollection AddFontColorFilter Method (Int32, Color)

Adds a font 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 AddFontColorFilter(
	int columnIndex,
	Color color
)

Parameters

columnIndex
Type: System Int32
The column field on which you want to base the filter. for exapmle: sheet.AutoFilters[0]
color
Type: System.Drawing Color
Font Color.
See Also