Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / PrintManager Class / Paginate Method / Paginate(IRange) Method
The area will be paginated.
In This Topic
    Paginate(IRange) Method
    In This Topic
    Generate pagination information for the range.
    Syntax
    public System.Collections.Generic.IList<PageInfo> Paginate( 
       IRange printArea
    )

    Parameters

    printArea
    The area will be paginated.
    See Also