Click or drag to resize
RangeRow Method
Creates a range consisting of one row.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static Range Row(
	uint row
)

Parameters

row
Type: SystemUInt32
The row to be referenced by the range.

Return Value

Type: Range
A new Range object consisting of one row.
See Also