Window.Split Property

True if the window is split into multiple panes.

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

Syntax

'Declaration
Property Split As Boolean
    Get
    Set
'Usage
Dim instance As Window
Dim value As Boolean

value = instance.Split

instance.Split = value
bool Split { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Word Namespace