Click or drag to resize
RangeCols Method
Creates a range of the specified columns.

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

Parameters

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

Return Value

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