Click or drag to resize
GridControlCalcClientRowFromPt Method
Computes the row for the point.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public uint CalcClientRowFromPt(
	Point point
)

Parameters

point
Type: System.DrawingPoint
The y-coordinate of the point.

Return Value

Type: UInt32
The relative index of the row. It is Invalid when no row could be found at the given point.
See Also