SpreadJS Documentation
setValueByName Method
The name.
The value.
Sets the calculated result to the CalcSource that the formula was set by name.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcSource(service);
var returnValue; // Type: any
returnValue = instance.setValueByName(nameIdentity, value);
function setValueByName( 
   nameIdentity : string,
   value : object
) : any;

Parameters

nameIdentity
The name.
value
The value.
See Also

Reference

CalcSource type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.