Class $.wijmo.wijspread
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Represents a wijspread object. | 
| Field Attributes | Field Name and Description | 
|---|---|
| wijmo.wijspread options. | 
| Method Attributes | Method Name and Description | 
|---|---|
| repaint()
								 Repaints this widget. | |
| spread()
								 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();
					
				
				
				
				
				
					
					
					
					
					
					
					
						
					
			// create wijspread object
$("#ss").wijspread({ sheetCount: 3 });
// get spread object
var ss = $("#ss").wijspread("spread");
// get active sheet
var sheet = ss.getActiveSheet();
					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