SpreadJS Documentation
Spread Constructor
The host DOM element.
The initialization options.
Represents a spreadsheet with the specified hosted DOM element and options setting.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
function Spread( 
   host : Object,
   options : GcSpreadSheetsOptions
) : Spread;

Parameters

host
The host DOM element.
options
The initialization options.
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.