ComponentOne True DBGrid for WinForms
RowContaining Method (C1TrueDBGrid)

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : RowContaining Method
The vertical coordinate (Y value) in pixels.
Returns the zero-based index of the display row containing the Y specified coordinate.
Syntax
'Declaration
 
Public Function RowContaining( _
   ByVal y As System.Integer _
) As System.Integer
public System.int RowContaining( 
   System.int y
)

Parameters

y
The vertical coordinate (Y value) in pixels.

Return Value

The display row index beneath the specified Y coordinate.
See Also

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members