SpreadJS Documentation
NameIdentityExpression Method
The name identity.
Represents a name identity at CalcSource, can getValue/setValue/setFormula/getFormula by CalcSource directly by the name.
Syntax
var value; // Type: any
value = GcSpread.Sheets.Calc.Expressions.NameIdentityExpression(nameIdentity);
function NameIdentityExpression( 
   nameIdentity : string
) : any;

Parameters

nameIdentity
The name identity.
See Also

Reference

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.