Panes Interface

A collection of Pane objects that represent the window panes for a single window.

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

Syntax

'Declaration
<GuidAttribute("0002095F-0000-0000-C000-000000000046")> _
Public Interface Panes _
    Inherits IEnumerable
'Usage
Dim instance As Panes
[GuidAttribute("0002095F-0000-0000-C000-000000000046")]
public interface Panes : IEnumerable

Remarks

Use the Panes property to return the Panes collection.

Use the Add method or the Split property to add a window pane.

You can use the SplitSpecial property to show comments, footnotes, or endnotes in a separate pane.

A window has more than one pane if it's split, or if the active view isn't print layout view and information such as footnotes or comments is displayed.

See Also

Reference

Panes Members

Microsoft.Office.Interop.Word Namespace