Click or drag to resize
PicoXLSX

WorksheetPaneSplitTopLeftCell Property

Gets the Top Left cell address of the bottom right pane if applicable and splitting is applied.
The column is only relevant for vertical split, whereas the row component is only relevant for a horizontal split.
The value is nullable. If null, no splitting was defined.

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntax
C#
public CellAddress? PaneSplitTopLeftCell { get; }

Property Value

NullableCellAddress
See Also