Window.HorizontalPercentScrolled Property
Returns or sets the horizontal scroll position as a percentage of the document width.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property HorizontalPercentScrolled As Integer
Get
Set
'Usage
Dim instance As Window
Dim value As Integer
value = instance.HorizontalPercentScrolled
instance.HorizontalPercentScrolled = value
int HorizontalPercentScrolled { get; set; }
Property Value
Type: System.Int32