title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
DocumentWindow.LargeScroll method (PowerPoint) |
vbapp10.chm511017 |
|
|
b74ecd74-acec-0d36-68c7-1848a99fe4c1 |
06/08/2017 |
medium |
Scrolls through the specified document window by pages.
expression.LargeScroll (Down, Up, ToRight, ToLeft)
expression A variable that represents a DocumentWindow object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Down | Optional | Long | Specifies the number of pages to scroll down. |
Up | Optional | Long | Specifies the number of pages to scroll up. |
ToRight | Optional | Long | Specifies the number of pages to scroll right. |
ToLeft | Optional | Long | Specifies the number of pages to scroll left. |
If no arguments are specified, this method scrolls down one page. If Down and Up are both specified, their effects are combined. For example, if Down is 2 and Up is 4, this method scrolls up two pages. Similarly, if ToRight and ToLeft are both specified, their effects are combined.
Any of the arguments can be a negative number.
This example scrolls the active window down three pages.
Application.ActiveWindow.LargeScroll Down:=3
[!includeSupport and feedback]