Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / AutoFilter Method / AutoFilter(Boolean) Method
A boolean value indicating whether the IAutoFilter is column filter. The default value is false.


In This Topic
    AutoFilter(Boolean) Method
    In This Topic
    Creates the automatic filter for current selection if the filter doesn't exist; otherwise, remove the filter.
    Syntax
    'Declaration
     
    
    Overloads Function AutoFilter( _
       Optional ByVal columnFilter As Boolean _
    ) As Boolean
    'Usage
     
    
    Dim instance As IRange
    Dim columnFilter As Boolean
    Dim value As Boolean
     
    value = instance.AutoFilter(columnFilter)
    bool AutoFilter( 
       bool columnFilter
    )

    Parameters

    columnFilter
    A boolean value indicating whether the IAutoFilter is column filter. The default value is false.
    See Also