GcSpread.Sheets.Calc Namespace > CalcSource type : getValueByName Method |
var instance = new GcSpread.Sheets.Calc.CalcSource(service); var value; // Type: object value = instance.getValueByName(nameIdentity, valueType);
function getValueByName( nameIdentity : string, valueType : CalcValueType ) : object;