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


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface > AutoFilter Method : AutoFilter(Int32,CfIcon) Method
Index of the column.
A CfIcon value represents the icon which is used to filter.
Add the icon filter.
Syntax
'Declaration
 
Overloads Function AutoFilter( _
   ByVal columnIndex As Integer, _
   ByVal icon As CfIcon _
) As Boolean
'Usage
 
Dim instance As IRange
Dim columnIndex As Integer
Dim icon As CfIcon
Dim value As Boolean
 
value = instance.AutoFilter(columnIndex, icon)
bool AutoFilter( 
   int columnIndex,
   CfIcon icon
)

Parameters

columnIndex
Index of the column.
icon
A CfIcon value represents the icon which is used to filter.
See Also

Reference

IRange Interface
IRange Members
Overload List