GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / AutoFilter Method / AutoFilter(Int32,Fill) Method
Index of the column.
Color of the fill.


In This Topic
AutoFilter(Int32,Fill) Method
In This Topic
Add the cell fill color filter.
Syntax
'Declaration
 
Overloads Function AutoFilter( _
   ByVal columnIndex As Integer, _
   ByVal fillColor As Fill _
) As Boolean
 
'Usage
 
Dim instance As IRange
Dim columnIndex As Integer
Dim fillColor As Fill
Dim value As Boolean
 
value = instance.AutoFilter(columnIndex, fillColor)

Parameters

columnIndex
Index of the column.
fillColor
Color of the fill.
See Also