Click or drag to resize
RangeRows Method
Creates a range of the specified rows.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static Range Rows(
	uint from,
	uint to
)

Parameters

from
Type: SystemUInt32
The starting row for the range.
to
Type: SystemUInt32
The ending row for the range.

Return Value

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