Window.VerticalPercentScrolled Property

Returns or sets the vertical scroll position as a percentage of the document length.

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

Syntax

'Declaration
Property VerticalPercentScrolled As Integer
    Get
    Set
'Usage
Dim instance As Window
Dim value As Integer

value = instance.VerticalPercentScrolled

instance.VerticalPercentScrolled = value
int VerticalPercentScrolled { get; set; }

Property Value

Type: System.Int32

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Word Namespace