NanoXLSX Library Documentation
![]() | WorksheetSetSelectedCells Method (CellAddress, CellAddress) |
Sets the selected cells on this worksheet
Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public void SetSelectedCells( CellAddress startAddress, CellAddress endAddress )
Parameters
- startAddress
- Type: NanoXLSXCellAddress
Start address of the range - endAddress
- Type: NanoXLSXCellAddress
End address of the range
