ig.excel.PageOrder
Represents the ways to order the pages of multiple page worksheets.
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
-
downThenOver
- Type:
- ig.excel.PageOrder
- Default:
- 0
The first page to print is the top-left page. The next pages printed are below the first page. When there are no more pages below, the page to the right of the top-left page is printed, then the pages below it, and so on.
-
overThenDown
- Type:
- ig.excel.PageOrder
- Default:
- 1
The first page to print is the top-left page. The next pages printed are right of the first page. When there are no more pages to the right, the page below the top-left page is printed, then the pages to the right of it, and so on.
The current widget has no events.
The current widget has no public methods.