Click or drag to resize

ColorFilter Constructor

Initializes a new instance of the ColorFilter class with the specified filter column and color.

Namespace: Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public ColorFilter(
	FilterColumn filter,
	Color color
)

Parameters

filter
Type: Spire.Xls.Core.Spreadsheet.AutoFilter FilterColumn
The column to apply the filter to.
color
Type: System.Drawing Color
The color to use for the filter.
See Also