Version

LeftPaneWidth Property

Gets or sets the width of the left pane in twips (1/20th of a point).
Syntax
'Declaration
 
Public Property LeftPaneWidth As Integer
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also