Gets the reference at the specified position.
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(
: object,
: number,
column : number,
: 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.