[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IAutoFilter.ShowAllData

ShowAllData Method

ShowAllData(bool)

Displays all the data returned by the IAutoFilter object.

Declaration
void ShowAllData(bool removing = true)
Sub ShowAllData(Optional removing As Boolean = True)
Parameters
Type Name Description
bool removing

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