Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.GetRowY Function

Returns the absolute Y coordinate of a certain row (the Y coordinate + the VScroll_Value).

Syntax
Public Function GetRowY (ByVal iRow As Long) As Long
Parameters
Parameter Description
ByVal iRow As Long The row number
Remarks