Spread Windows Forms 12.0 Product Documentation
AutoFilter(Int32,Color) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface > AutoFilter Method : AutoFilter(Int32,Color) Method
Index of the column.
Color of the font.
Add the font color filter.
Syntax
'Declaration
 
Overloads Function AutoFilter( _
   ByVal columnIndex As Integer, _
   ByVal color As Color _
) As Boolean
'Usage
 
Dim instance As IRange
Dim columnIndex As Integer
Dim color As Color
Dim value As Boolean
 
value = instance.AutoFilter(columnIndex, color)
bool AutoFilter( 
   int columnIndex,
   Color color
)

Parameters

columnIndex
Index of the column.
color
Color of the font.
See Also

Reference

IRange Interface
IRange Members
Overload List