SpreadJS Documentation
ExternalNameExpression Method
The owner that contains the named variable.
The named variable.
Represents an expression with a named variable as the expression.
Syntax
var value; // Type: any
value = GcSpread.Sheets.Calc.Expressions.ExternalNameExpression(source, name);
function ExternalNameExpression( 
   source : object,
   name : string
) : any;

Parameters

source
The owner that contains the named variable.
name
The named variable.
See Also

Reference

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.