SpreadJS Documentation
ExternalNameIdentityExpression Method
The source of the name identity.
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.ExternalNameIdentityExpression(source, nameIdentity);
function ExternalNameIdentityExpression( 
   source : CalcSource,
   nameIdentity : string
) : any;

Parameters

source
The source of the name identity.
nameIdentity
The name identity.
See Also

Reference

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.