Spread.Sheets Documentation
rowCount Field
GC.Spread.Sheets Namespace > CellRange type : rowCount Field
Gets the row count.
Syntax
var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea);
var value; // Type: number
value = instance.rowCount;
var rowCount : number;
See Also

Reference

CellRange type