Add Method (Panes Collection)

See Also         Example         Applies To

Adds a new pane to a window.

Syntax

expression.Add(SplitVertical)

expression   Required. An expression that returns a Panes object.

SplitVertical   Optional Variant. A number that represents the percentage of the window, from top to bottom, you want to appear above the split.

Remarks

This method will fail if it's applied to a window that's already been split.