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

Parameters

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

Reference

ExternalNameExpression type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.