Click or drag to resize
RangeGetFirstCell Method
Gets the first cell.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public bool GetFirstCell(
	ref uint row,
	ref uint col
)

Parameters

row
Type: SystemUInt32
Is set on return to the row index of the first cell of this Range.
col
Type: SystemUInt32
Is set on return to the column index of the first cell of this Range.

Return Value

Type: Boolean
false if this Range is invalid; true otherwise.
See Also