Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / AutoFilter Method / AutoFilter(Int32,DynamicFilterType) Method
Index of the column.
A DynamicFilterType value indicates the dynamic filter type.


In This Topic
    AutoFilter(Int32,DynamicFilterType) Method
    In This Topic
    Add the dynamic filter.
    Syntax
    'Declaration
     
    
    Overloads Function AutoFilter( _
       ByVal columnIndex As Integer, _
       ByVal dynamicType As DynamicFilterType _
    ) As Boolean
    'Usage
     
    
    Dim instance As IRange
    Dim columnIndex As Integer
    Dim dynamicType As DynamicFilterType
    Dim value As Boolean
     
    value = instance.AutoFilter(columnIndex, dynamicType)

    Parameters

    columnIndex
    Index of the column.
    dynamicType
    A DynamicFilterType value indicates the dynamic filter type.
    See Also