SpreadJS Documentation
CellPosition Constructor
The row index.
The column index.
Represents the position of a cell.
Syntax
var instance = new GcSpread.Sheets.CellPosition(row, col);
function CellPosition( 
   row : number,
   col : number
) : CellPosition;

Parameters

row
The row index.
col
The column index.
See Also

Reference

CellPosition type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.