GcSpread Namespace : Sheets type |
// create wijspread object $("#ss").wijspread({ sheetCount: 3 }); // get spread object var ss = $("#ss").wijspread("spread"); // get active sheet var sheet = ss.getActiveSheet();
Object
GcSpread.Sheets
Name | Description | |
---|---|---|
addCultureInfo | Adds a culture. | |
Culture | Gets or sets the SpreadJS culture. | |
getCultureInfo | Gets the specified culture. | |
getTypeFromString | Gets the type from the type string. This method is used for supporting the serialization of the custom object. | |
Spread | Represents a spreadsheet with the specified hosted DOM element and options setting. |