Worksheet.SelectedCells Property

PicoXLSX

PicoXLSX

WorksheetSelectedCells Property

Gets the cell range of selected cells of this worksheet. Null if no cells are selected

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public Nullable<CellRange> SelectedCells { get; }

Property Value

Type: NullableCellRange
See Also