SpreadJS Documentation
Row Constructor
The sheet that contains this row.
The row index of the row.
The sheet area. If you do not provide this parameter, it will default to viewport.
Represents a row in a sheet.
Syntax
var instance = new GcSpread.Sheets.Row(sheet, index, sheetArea);
function Row( 
   sheet : Sheet,
   index : number,
   sheetArea : SheetArea
) : Row;

Parameters

sheet
The sheet that contains this row.
index
The row index of the row.
sheetArea
The sheet area. If you do not provide this parameter, it will default to viewport.
See Also

Reference

Row type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.