SpreadJS Documentation
isHiddenRow Method
The row.
Only returns the filted out row.
Specifies the row is a hidden row for the SUBTOTAL function.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcSource(service);
var value; // Type: boolean
value = instance.isHiddenRow(row, onlyFiltered);
function isHiddenRow( 
   row : number,
   onlyFiltered : boolean
) : boolean;

Parameters

row
The row.
onlyFiltered
Only returns the filted out row.

Return Value

true if the row is a hidden row; otherwise, false.
See Also

Reference

CalcSource type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.