Click or drag to resize
RangeIsCellInRange Method
Determines whether a specified cell is within this range.

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

Parameters

row
Type: SystemUInt32
The row index of the cell to test.
col
Type: SystemUInt32
The column index of the cell to test.

Return Value

Type: Boolean
true if and only if a specified cell coordinate is within this Range.
See Also