SpreadJS Documentation
CellExpression Constructor
The row coordinate of the cell.
The column coordinate of the cell.
Whether the row coordinate is relative.
Whether the column coordinate is relative.
Represents a cell reference expression.
Syntax
var instance = new GcSpread.Sheets.Calc.Expressions.CellExpression(row, column, rowRelative, columnRelative);
function CellExpression( 
   row : number,
   column : number,
   rowRelative : boolean,
   columnRelative : boolean
) : CellExpression;

Parameters

row
The row coordinate of the cell.
column
The column coordinate of the cell.
rowRelative
Whether the row coordinate is relative.
columnRelative
Whether the column coordinate is relative.
See Also

Reference

CellExpression type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.