Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / 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 System.Collections.Generic.IList<PageInfo> Paginate( 
       IWorkbook workbook
    )

    Parameters

    workbook
    The workbook object.
    See Also