SpreadJS Documentation
isRowFilteredOut Method
The row index.
Determines whether the specified row is filtered out.
Syntax
var instance = new GcSpread.Sheets.RowFilterBase(range);
var value; // Type: boolean
value = instance.isRowFilteredOut(row);
function isRowFilteredOut( 
   row : number
) : boolean;

Parameters

row
The row index.

Return Value

true if the row is filtered out; otherwise, false.
See Also

Reference

RowFilterBase type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.