SpreadJS Documentation
getValueByName Method
The name.
The value type that the calculation engine needs.
Gets the value by name.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcSource(service);
var value; // Type: object
value = instance.getValueByName(nameIdentity, valueType);
function getValueByName( 
   nameIdentity : string,
   valueType : CalcValueType
) : object;

Parameters

nameIdentity
The name.
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.