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

Parameters

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

Reference

Cell type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.