'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.