SpreadJS Documentation
removeSource Method
The CalcSource.
Removes the specific CalcSource and the relation CalcSourceModel from the CalcService.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcService();
var value; // Type: any
value = instance.removeSource(source);
function removeSource( 
   source : CalcSource
) : any;

Parameters

source
The CalcSource.
See Also

Reference

CalcService type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.