Version

LeftPaneWidth Property

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

Property Value

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

If this value is zero, the left pane occupies the entire visible area of the worksheet. Otherwise, the left pane occupies the specified width and the right 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