Word.WindowPageScrollOptions interface
The options for scrolling through the specified pane or window page by page.
Remarks
Properties
| down | If provided, specifies the number of pages to scroll the window down. If |
| up | If provided, specifies the number of pages to scroll the window up. If |
Property Details
down
If provided, specifies the number of pages to scroll the window down. If down and up are both provided, the contents of the window are scrolled by the difference of the property values. For example, if down is 3 and up is 6, the contents are scrolled up three pages.
down?: number;
Property Value
number
Remarks
up
If provided, specifies the number of pages to scroll the window up. If down and up are both provided, the contents of the window are scrolled by the difference of the property values. For example, if down is 3 and up is 6, the contents are scrolled up three pages.
up?: number;
Property Value
number