Ignite UI API Reference

ig.excel.PageOrder

Represents the ways to order the pages of multiple page worksheets.

Dependencies

jquery-1.4.4.js
infragistics.util.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.

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

#