Class Index

Classes


Class $.wijmo.wijspread

Class Summary
Constructor Attributes Constructor Name and Description
 
Represents a wijspread object.
Field Summary
Field Attributes Field Name and Description
 
wijmo.wijspread options.
Method Summary
Method Attributes Method Name and Description
 
Repaints this widget.
 
Returns the Spread object associated with this widget.
Class Detail
$.wijmo.wijspread()
Represents 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();
See:
$.wijmo.wijspread.Spread
Field Detail
options
wijmo.wijspread options.
Method Detail
repaint()
Repaints this widget.

spread()
Returns the Spread object associated with this widget.
Returns:
$.wijmo.wijspread.Spread

©2013. ComponentOne, a division of GrapeCity. All Rights Reserved.