SpreadJS Documentation
CellExpression Method
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 value; // Type: any
value = GcSpread.Sheets.Calc.Expressions.CellExpression(row, column, rowRelative, columnRelative);
function CellExpression( 
   row : number,
   column : number,
   rowRelative : boolean,
   columnRelative : boolean
) : any;

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

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.