'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.