Panes.Add(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Pane object that represents a new pane to a window.
public Microsoft.Office.Interop.Word.Pane Add (ref object SplitVertical);
abstract member Add : obj -> Microsoft.Office.Interop.Word.Pane
Public Function Add (Optional ByRef SplitVertical As Object) As Pane
Parameters
- SplitVertical
- Object
Optional Object. A number that represents the percentage of the window, from top to bottom, you want to appear above the split.
Returns
Remarks
This method will fail if it's applied to a window that's already been split.