Click or drag to resize
RangeCells Method
Creates a range referencing an arbitrary range of cells.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static Range Cells(
	uint row1,
	uint col1,
	uint row2,
	uint col2
)

Parameters

row1
Type: SystemUInt32
The topmost row index.
col1
Type: SystemUInt32
The leftmost column index.
row2
Type: SystemUInt32
The bottom row index.
col2
Type: SystemUInt32
The rightmost column index.

Return Value

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