Spread Windows Forms 17
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.


In This Topic
    AutoFilter(Int32,CfIcon) Method
    In This Topic
    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