SpreadJS Documentation
getValue Method
The range index.
The row offset.
The column offset.
Gets the value at the specified position.
Syntax
var instance = new GcSpread.Sheets.Calc.Reference();
var value; // Type: object
value = instance.getValue(range, rowOffset, columnOffset);
function getValue( 
   range : number,
   rowOffset : number,
   columnOffset : number
) : object;

Parameters

range
The range index.
rowOffset
The row offset.
columnOffset
The column offset.
See Also

Reference

Reference type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.