SpreadJS Documentation
getFrozenTrailingRowCount Method
Gets the number of trailing frozen rows.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var value; // Type: number
value = instance.getFrozenTrailingRowCount();
function getFrozenTrailingRowCount() : number;

Return Value

The number of trailing frozen rows.
Example
This example uses the getFrozenTrailingRowCount method.
alert(activeSheet.getFrozenTrailingColumnCount());
alert(activeSheet.getFrozenTrailingRowCount());
Remarks
The default value is 0.
See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.