SpreadJS Documentation
BangCellExpression 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 on the current sheet.
Syntax
var instance = new GcSpread.Sheets.Calc.Expressions.BangCellExpression(row, column, rowRelative, columnRelative);
function BangCellExpression( 
   row : number,
   column : number,
   rowRelative : boolean,
   columnRelative : boolean
) : BangCellExpression;

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

BangCellExpression type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.