Click or drag to resize
NanoXLSX

WorksheetSelectedCells Property

Note: This API is now obsolete.

Returns either null (if no cells are selected), or the first defined range of selected cells

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.2+7f12a949130e0be1e987e553d2d08c083176cdca
Syntax
C#
[ObsoleteAttribute("This method is a deprecated subset of the function SelectedCellRanges. SelectedCellRanges will get this function name in a future version. Therefore, the type will change")]
public Range? SelectedCells { get; }

Property Value

NullableRange
Remarks
Use SelectedCellRanges to get all defined ranges
See Also