Click or drag to resize
RangeCell Method
Creates a range referencing one cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static Range Cell(
	uint nRow,
	uint nCol
)

Parameters

nRow
Type: SystemUInt32
The row coordinate for the cell.
nCol
Type: SystemUInt32
The column coordinate for the cell.

Return Value

Type: Range
A new Range object consisting of the specified cell.
See Also