Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintManager Class / GetPaginationInfo Method / GetPaginationInfo(IWorksheet,PaginationOrientation) Method
The worksheet object.
The orientation of pagination.
In This Topic
    GetPaginationInfo(IWorksheet,PaginationOrientation) Method
    In This Topic
    Returns an array of row or column indexes which represents the page boundaries for vertical or horizontal paging. The Pagination is based on the settings in the PageSetup of the current worksheet.
    Syntax
    public System.Collections.Generic.IList<int> GetPaginationInfo( 
       IWorksheet worksheet,
       PaginationOrientation orientation
    )

    Parameters

    worksheet
    The worksheet object.
    orientation
    The orientation of pagination.
    See Also