Worksheet.SetSelectedCells Method (Cell.Range)

NanoXLSX

NanoXLSX

WorksheetSetSelectedCells Method (CellRange)

Sets the selected cells on this worksheet

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public void SetSelectedCells(
	CellRange range
)

Parameters

range
Type: NanoXLSXCellRange
Cell range to select
See Also