SpreadJS Documentation
getReference Method
The row.
The column.
The rowCount.
The columnCount.
Gets the reference.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcSource(service);
var value; // Type: Reference
value = instance.getReference(row, column, rowCount, columnCount);
function getReference( 
   row : number,
   column : number,
   rowCount : number,
   columnCount : number
) : Reference;

Parameters

row
The row.
column
The column.
rowCount
The rowCount.
columnCount
The columnCount.

Return Value

The reference.
See Also

Reference

CalcSource type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.