Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / PrintManager Class / paginate Method / paginate(IWorkbook) Method
The workbook object.
In This Topic
    paginate(IWorkbook) Method
    In This Topic
    Generate pagination informations for all worksheets in the workbook.
    Syntax
    public java.util.List<PageInfo> paginate( 
       IWorkbook workbook
    )

    Parameters

    workbook
    The workbook object.
    See Also