Click or drag to resize

AutoFiltersCollection AddFontColorFilter Method (IAutoFilter, Color)

Adds a filter to the specified column to show only cells with the given font color.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void AddFontColorFilter(
	IAutoFilter column,
	Color color
)

Parameters

column
Type: Spire.Xls.Core IAutoFilter
The column to which the filter will be applied.
color
Type: System.Drawing Color
The font color to filter by.
See Also