SpreadJS Documentation
isHiddenRow Method
The range index.
The row offset.
Only considers the filtered hidden row.
Determines whether the specified row is hidden.
Syntax
var instance = new GcSpread.Sheets.Calc.Reference();
var value; // Type: boolean
value = instance.isHiddenRow(range, rowOffset, onlyFiltered);
function isHiddenRow( 
   range : number,
   rowOffset : number,
   onlyFiltered : boolean
) : boolean;

Parameters

range
The range index.
rowOffset
The row offset.
onlyFiltered
Only considers the filtered hidden row.

Return Value

Returns true if the range is hidden; otherwise, false.
See Also

Reference

Reference type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.