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

    Parameters

    worksheet
    The worksheet object.
    See Also