SpreadJS Documentation
getValue Method
The row.
The column.
The value type that the calculation engine needs.
Gets the value using cell indexes.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcSource(service);
var value; // Type: object
value = instance.getValue(row, column, valueType);
function getValue( 
   row : number,
   column : number,
   valueType : CalcValueType
) : object;

Parameters

row
The row.
column
The column.
valueType
The value type that the calculation engine needs.

Return Value

The value.
See Also

Reference

CalcSource type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.