Worksheet.SetSelectedCells Method (Cell.Address, Cell.Address)

NanoXLSX

NanoXLSX

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)
Syntax
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
See Also