 | WorksheetSetSelectedCells(Range) Method |
Note: This API is now obsolete.
Sets a single range of selected cells on this worksheet. All existing ranges will be removed
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
Syntax[ObsoleteAttribute("This method is a deprecated subset of the function AddSelectedCells. It will be removed in a future version")]
public void SetSelectedCells(
Range range
)
Parameters
- range Range
- Range to set as single cell range for selected cells
See Also