Click or drag to resize
NanoXLSX

WorksheetPaneSplitLeftWidth Property

Gets the width of the left, vertical split pane, measured from the left of the window.
The value is nullable. If null, no vertical split of the worksheet is applied
The value is only applicable to split the worksheet into panes, but not to freeze them.
See also: PaneSplitAddress

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
Syntax
C#
public float? PaneSplitLeftWidth { get; }

Property Value

NullableSingle
Remarks
Note: This value will be modified to the Excel-internal representation, calculated by GetInternalColumnWidth(Single, Single, Single).
See Also