Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAutoFilter Interface / ShowAllData Method
if set to true, the current active filter will be removed; otherwise, it'll be set as inactive.


In This Topic
    ShowAllData Method (IAutoFilter)
    In This Topic
    Displays all the data returned by the IAutoFilter object.
    Syntax
    'Declaration
     
    
    Sub ShowAllData( _
       Optional ByVal removing As Boolean _
    ) 
    'Usage
     
    
    Dim instance As IAutoFilter
    Dim removing As Boolean
     
    instance.ShowAllData(removing)
    void ShowAllData( 
       bool removing
    )

    Parameters

    removing
    if set to true, the current active filter will be removed; otherwise, it'll be set as inactive.
    See Also