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
)
Public Sub New (
filter As FilterColumn,
color As Color
)
public:
ColorFilter(
FilterColumn^ filter,
Color color
)
new :
filter : FilterColumn *
color : Color -> ColorFilter
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