SpreadJS Documentation
CellPosition type
Represents the position of a cell.
Syntax
var instance = new GcSpread.Sheets.CellPosition(row, col);
function CellPosition;
Inheritance Hierarchy

Object
   GcSpread.Sheets.CellPosition

Constructors
 NameDescription
public ConstructorCellPosition ConstructorRepresents the position of a cell.  
Top
Fields
 NameDescription
public FieldcolThe column index.  
public FieldrowThe row index.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.