Window.SplitVertical Property
Returns or sets the vertical split percentage for the specified window.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SplitVertical As Integer
Get
Set
'Usage
Dim instance As Window
Dim value As Integer
value = instance.SplitVertical
instance.SplitVertical = value
int SplitVertical { get; set; }
Property Value
Type: System.Int32
Remarks
To remove the split, set this property to zero (0) or set the Split property to False.