Click or drag to resize
PicoXLSX

WorksheetSetSelectedCells(CellAddress, CellAddress) Method

Note: This API is now obsolete.

Sets the selected cells on this worksheet

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.5+6ab75fa9edd66571b0de8e574b48108101297ca1
Syntax
C#
[ObsoleteAttribute("This method is a deprecated subset of the function AddSelectedCells. It will be removed in a future version")]
public void SetSelectedCells(
	CellAddress startAddress,
	CellAddress endAddress
)

Parameters

startAddress  CellAddress
Start address of the range to set as single cell range for selected cells
endAddress  CellAddress
End address of the range to set as single cell range for selected cells
See Also