SpreadJS Documentation
ExternalCellExpression Constructor
The owner of the cell.
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.ExternalCellExpression(source, row, column, rowRelative, columnRelative);
function ExternalCellExpression( 
   source : number,
   row : number,
   column : number,
   rowRelative : boolean,
   columnRelative : boolean
) : ExternalCellExpression;

Parameters

source
The owner of the cell.
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

ExternalCellExpression type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.