SpreadJS Documentation
ExternalReferenceExpression Method
The owner of the cell.
Represents an external reference expression.
Syntax
var value; // Type: any
value = GcSpread.Sheets.Calc.Expressions.ExternalReferenceExpression(source);
function ExternalReferenceExpression( 
   source : object
) : any;

Parameters

source
The owner of the cell.
See Also

Reference

Expressions type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.