SpreadJS Documentation
CalcSource Method
The CalcService that the CalcSource worked in.
Represents a source, usually bound to a sheet; however, you can set up group elements as a source.
Syntax
var value; // Type: any
value = GcSpread.Sheets.Calc.CalcSource(service);
function CalcSource( 
   service : CalcService
) : any;

Parameters

service
The CalcService that the CalcSource worked in.
See Also

Reference

Calc type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.