Expand Minimize
This topic has not yet been rated - Rate this topic

PageOrder Property

Specifies the relative order of pages in a page frame. Available at design time and run time.


Page.PageOrder[ = nOrder]

Parameters

nOrder

Specifies the relative order of a page in a page frame.

Applies To: Page

If a page frame contains five pages and you want the third page displayed last, set the PageOrder property of the third page to 5. The PageOrder setting for the fourth page becomes 3, the PageOrder setting for the fifth page becomes 4, and so on.

NoteNote

PageOrder settings don't have to be sequential. Also, the PageOrder must be less than or equal to the number of pages in a page frame.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.