SpreadJS Documentation
getValue Method
The row index for which to return the value.
The column index for which to return the value.
Gets the value at the specified position in the array.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcArray();
var value; // Type: object
value = instance.getValue(row, column);
function getValue( 
   row : number,
   column : number
) : object;

Parameters

row
The row index for which to return the value.
column
The column index for which to return the value.

Return Value

The value at the specified position.
See Also

Reference

CalcArray type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.