Click or drag to resize
PicoXLSX

WorksheetSetSelectedCells(String) Method

Note: This API is now obsolete.

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

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(
	string range
)

Parameters

range  String
Range as string to set as single cell range for selected cells, or null to remove the selected cells
See Also