removeFilters

removes filters from the sheet

void removeFilters( [string page] );
pagestringoptional, the name of the sheet

Example

$$("ssheet").removeFilters(page);

Back to top