This example creates a wijspread object.
var spread = new GC.Spread.Sheets.Workbook(document.getElementById("ss"),{sheetCount:3}); var sheet = spread.getActiveSheet();
var spread = new GC.Spread.Sheets.Workbook(document.getElementById("ss"),{sheetCount:3}); var sheet = spread.getActiveSheet();
Object
GC.Spread.Sheets
Name | Description | |
---|---|---|
Bindings | ||
CalcEngine | ||
CellTypes | ||
Charts | ||
Commands | ||
Comments | ||
ConditionalFormatting | ||
ContextMenu | ||
CopyPasteHeaderOptions | Specifies which headers are included when data is copied to or pasted. | |
CopyToOptions | Specifies the copy to option. | |
DataValidation | ||
Fill | ||
Filter | ||
FloatingObjects | ||
LabelAlignment | Specifies the cell label position. | |
LabelVisibility | Specifies the cell label visibility. | |
LicenseKey | Represents the license key for evaluation version and production version. | |
OutlineColumn | ||
Outlines | ||
Search | ||
Slicers | ||
Sparklines | ||
Tables | ||
Touch |
Name | Description | |
---|---|---|
CellRange | Represents a cell range in a sheet. | |
ColorScheme | Creates a ColorScheme instance. | |
getTypeFromString | Gets the type from the type string. This method is used for supporting the serialization of the custom object. | |
NameInfo | Represents a custom named expression that can be used by formulas. | |
Theme | Represents a color scheme. | |
Themes | Represents all built-in themes. | |
Workbook | Represents a spreadsheet with the specified hosted DOM element and options setting. | |
Worksheet | Represents a worksheet. |