Ignite UI API Reference

ig.excel.HorizontalPageBreak

Represents a horizontal page break in a Worksheet.

Dependencies

jquery-1.4.4.js
infragistics.util.js
The current widget has no options.
The current widget has no events.
  • &nbspig.excel.HorizontalPageBreak

    new $.ig.excel.HorizontalPageBreak( firstRowOnPage:number );

    Creates a new HorizontalPageBreak instance.

    • firstRowOnPage
    • Type:number
    • The 0-based index of the first row on the page after this break.
  • &nbspig.excel.HorizontalPageBreak

    new $.ig.excel.HorizontalPageBreak( firstRowOnPage:number, printArea:ig.excel.WorksheetRegion );

    Creates a new HorizontalPageBreak instance.

    • firstRowOnPage
    • Type:number
    • The 0-based index of the first row on the page after this break.
    • printArea
    • Type:ig.excel.WorksheetRegion
    • The print area in which the page break should occur or null to break in the entire sheet.

    Exceptions

    Exception Description
    ig.ArgumentException Occurs when printArea is not null and the firstRowOnPage is outside the print area or the top row index of the print area.
  • firstRowOnPage

    .firstRowOnPage( );

    Gets the 0-based index of the first row on the page after this break.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.

#