Click or drag to resize
RangeCol Method
Creates a range consisting of one column.

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

Parameters

col
Type: SystemUInt32
The column to be referenced by the range.

Return Value

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