ig.excel.VerticalPageBreak
Represents a vertical page break in a Worksheet.
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_core.js
infragistics.documents.core_core.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
ig.excel.VerticalPageBreak
Constructor- new $.ig.excel.VerticalPageBreak( firstColumOnPage:number );
Creates a new VerticalPageBreak instance.
- firstColumOnPage
- Type:number
- The 0-based index of the first column on the page after this break.
-
ig.excel.VerticalPageBreak
Constructor- new $.ig.excel.VerticalPageBreak( firstColumOnPage:number, printArea:ig.excel.WorksheetRegion );
Creates a new VerticalPageBreak instance.
- firstColumOnPage
- Type:number
- The 0-based index of the first column 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 firstColumOnPage is outside the print area or the left column index of the print area. See Also
-
firstColumnOnPage
- .firstColumnOnPage( );
Gets the 0-based index of the first column on the page after this break.