SpreadJS Documentation
getRange Method
The base row.
The base column.
Gets the identity of current expressions based on baseRow and baseColumn.
Syntax
var instance = new GcSpread.Sheets.Calc.Expressions.ExternalCellExpression(source, row, column, rowRelative, columnRelative);
var value; // Type: Object
value = instance.getRange(baseRow, baseColumn);
function getRange( 
   baseRow : number,
   baseColumn : number
) : Object;

Parameters

baseRow
The base row.
baseColumn
The base column.

Return Value

The current expressions.
See Also

Reference

ExternalCellExpression type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.