Version

TopPaneHeight Property

Gets or sets the height of the top pane in twips (1/20th of a point).
Syntax
public int TopPaneHeight {get; set;}

Property Value

The height of the top pane, or zero if there is no vertical pane split.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeException Thrown when the height specified is outside the valid height range (0 to 65535).
Remarks

If this value is zero, the top pane occupies the entire visible area of the worksheet. Otherwise, the top pane occupies the specified height and the bottom pane occupies the remaining area of the worksheet.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also