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.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
public CellAddress? PaneSplitTopLeftCell { get; }

Property Value

NullableCellAddress
See Also