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
)
 
Public Sub AddFillColorFilter ( 
	filterColumnIndex As Integer,
	color As Color
)
 
public:
void AddFillColorFilter(
	int filterColumnIndex, 
	Color color
)
 
member AddFillColorFilter : 
filterColumnIndex : int * 
color : Color -> unit 
 
 
 
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