Worksheet.SetSelectedCells Method (String)

PicoXLSX

PicoXLSX

WorksheetSetSelectedCells Method (String)

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

Parameters

range
Type: SystemString
Cell range to select
See Also