ComponentOne True DBGrid for WinForms
RowTop Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid Class : RowTop Method
The displayed row index.
Returns the Y coordinate of the top of a visible row.
Syntax
'Declaration
 
Public Function RowTop( _
   ByVal row As System.Integer _
) As System.Integer
public System.int RowTop( 
   System.int row
)

Parameters

row
The displayed row index.

Return Value

The Y coordinate of the specified display row, based on the client coordinates of the grid.
See Also

Reference

C1TrueDBGrid Class
C1TrueDBGrid Members