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

Parameters

source
The source.
row
The row.
column
The column.

Return Value

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

Reference

EvaluateContext type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.