SpreadJS Documentation
getExternalSourceToken Method
The source.
Gets the external source token.
Syntax
var instance = new GcSpread.Sheets.Calc.ParserContext(source, useR1C1, baseRow, baseColumn, option);
var value; // Type: string
value = instance.getExternalSourceToken(source);
function getExternalSourceToken( 
   source : CalcSource
) : string;

Parameters

source
The source.

Return Value

The external source token.
See Also

Reference

ParserContext type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.