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.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
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