SpreadJS Documentation
getReference Method
The source.
The base row.
The base column.
The row count.
The column count.
Gets the reference at the specified position.
Syntax
var instance = new GcSpread.Sheets.Calc.EvaluateContext(source,
                                                       arrayFormula,
                                                       baseRow,
                                                       baseColumn,
                                                       rowCount,
                                                       columnCount,
                                                       activeRow,
                                                       activeColumn);
var value; // Type: object
value = instance.getReference(source, row, column, rowCount, columnCount);
function getReference( 
   source : object,
   row : number,
   column : number,
   rowCount : number,
   columnCount : number
) : object;

Parameters

source
The source.
row
The base row.
column
The base column.
rowCount
The row count.
columnCount
The column count.

Return Value

An object that indicates the reference. If the source is null, returns a Reference.
See Also

Reference

EvaluateContext type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.