Forces pagination of the sheet's content and returns a new 
ImGearExcelSheetDocument object containing the new pages.
 
            
            
            Syntax
            
        
            Parameters
- pageWidth
 
- The desired width of the page in pixels.
 - pageHeight
 
- The desired height of the page in pixels.
 - usePrintArea
 
- The flag indicating that only cells within Print Area should be paginated, if that range is defined.
 
            
            Return Value
 
            Exceptions
| Exception | Description | 
| ImageGear.Core.ImGearException | Thrown if either of provided page dimensions
            are not sufficient to represent any content, including page margins. | 
 
            
            
            
            
            
            
            
            
            
            
            See Also