Click or drag to resize
NanoXLSX

WorksheetSetSelectedCells(Address, Address) Method

Note: This API is now obsolete.

Sets a single range of selected cells on this worksheet. All existing ranges will be removed

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
Syntax
C#
[ObsoleteAttribute("This method is a deprecated subset of the function AddSelectedCells. It will be removed in a future version")]
public void SetSelectedCells(
	Address startAddress,
	Address endAddress
)

Parameters

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