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

Parameters

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

Reference

Sheets type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.