var instance = new GC.Spread.Sheets.Filter.RowFilterBase(range); var value; // Type: boolean value = instance.isFiltered(col);
function isFiltered( col : number ) : boolean;
Parameters
- col
- The column index.
Return Value
No parameter
true
if some rows are filtered; otherwise, false
. One parameter col true
if the specified column is filtered; otherwise, false
.