Panes Collection Object
Word Developer Reference |
A collection of Pane objects that represent the window panes for a single window.
Remarks
Use the Panes property to return the Panes collection. The following example splits the active window and hides the ruler for each pane.
Visual Basic for Applications |
---|
|
Use the Add method or the Split property to add a window pane. The following example splits the active window at 20 percent of the current window size.
Visual Basic for Applications |
---|
|
The following example splits the active window in half.
Visual Basic for Applications |
---|
|
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 is split, or if the active view isn't print layout view and information such as footnotes or comments is displayed. The following example displays the footnote pane in normal view and then prompts the user to close the pane.
Visual Basic for Applications |
---|
|
See Also