Spread Windows Forms 12.0 Product Documentation
ShowAllData Method


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.
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

Reference

IAutoFilter Interface
IAutoFilter Members