SpreadJS Documentation
Sheets type
Example
This example creates a wijspread object.
// create wijspread object
$("#ss").wijspread({ sheetCount: 3 });
// get spread object
var ss = $("#ss").wijspread("spread");
// get active sheet
var sheet = ss.getActiveSheet();
Inheritance Hierarchy

Object
   GcSpread.Sheets

Methods
 NameDescription
public Methodstatic (Shared in Visual Basic)addCultureInfoAdds a culture.  
public Methodstatic (Shared in Visual Basic)CultureGets or sets the SpreadJS culture.  
public Methodstatic (Shared in Visual Basic)getCultureInfoGets the specified culture.  
public Methodstatic (Shared in Visual Basic)getTypeFromStringGets the type from the type string. This method is used for supporting the serialization of the custom object.  
public Methodstatic (Shared in Visual Basic)SpreadRepresents a spreadsheet with the specified hosted DOM element and options setting.  
Top
See Also

Reference

GcSpread Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.