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

PicoXLSX

PicoXLSX

WorksheetSetSelectedCells Method (CellAddress, CellAddress)

Sets the selected cells on this worksheet

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public void SetSelectedCells(
	CellAddress startAddress,
	CellAddress endAddress
)

Parameters

startAddress
Type: PicoXLSXCellAddress
Start address of the range
endAddress
Type: PicoXLSXCellAddress
End address of the range
See Also