Worksheet.SelectedCells Property

NanoXLSX

NanoXLSX

WorksheetSelectedCells Property

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

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public Nullable<CellRange> SelectedCells { get; }

Property Value

Type: NullableCellRange
See Also