SpreadJS Documentation
getValueByIndex Method
The 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.getValueByIndex(index);
function getValueByIndex( 
   index : number
) : object;

Parameters

index
The 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.