Pane.PageScroll Method

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.

See Also

Reference

Pane Interface

Pane Members

Microsoft.Office.Interop.Word Namespace