Window.Panes Property

Returns a Panes collection that represents all the window panes for the specified window.

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

Syntax

'Declaration
ReadOnly Property Panes As Panes
    Get
'Usage
Dim instance As Window
Dim value As Panes

value = instance.Panes
Panes Panes { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Panes

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Word Namespace