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

    Parameters

    worksheet
    The worksheet object.
    See Also