Pane.SmallScroll Method

Scrolls a window or pane by the specified number of lines.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub SmallScroll ( _
    ByRef Down As Object, _
    ByRef Up As Object, _
    ByRef ToRight As Object, _
    ByRef ToLeft As Object _
)
'Usage
Dim instance As Pane
Dim Down As Object
Dim Up As Object
Dim ToRight As Object
Dim ToLeft As Object

instance.SmallScroll(Down, Up, ToRight, _
    ToLeft)
void SmallScroll(
    ref Object Down,
    ref Object Up,
    ref Object ToRight,
    ref Object ToLeft
)

Parameters

  • Down
    Type: System.Object%
    The number of lines to scroll the window down.
  • Up
    Type: System.Object%
    The number of lines to scroll the window up.
  • ToRight
    Type: System.Object%
    The number of lines to scroll the window to the right.
  • ToLeft
    Type: System.Object%
    The number of lines to scroll the window to the left.

See Also

Reference

Pane Interface

Pane Members

Microsoft.Office.Interop.Word Namespace