Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / AutoFilter Class / 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 (AutoFilter)
In This Topic
Displays all the data returned by the AutoFilter object.
Syntax
'Declaration
 
Public Sub ShowAllData( _
   Optional ByVal removing As Boolean _
) 
 
'Usage
 
Dim instance As AutoFilter
Dim removing As Boolean
 
instance.ShowAllData(removing)

Parameters

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