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

Parameters

nameIdentity
The name identity.
See Also

Reference

NameIdentityExpression type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.