Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Scrolls through the specified pane or window page by page.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub PageScroll ( _
ByRef Down As Object, _
ByRef Up As Object _
)
'Usage
Dim instance As Pane
Dim Down As Object
Dim Up As Object
instance.PageScroll(Down, Up)
void PageScroll(
ref Object Down,
ref Object Up
)
Parameters
- Down
Type: System.Object%
The number of pages to be scrolled down.
- Up
Type: System.Object%
The number of pages to be scrolled up.