ctlUniGrid.GetRowByAbsY FunctionReturns the row number relative to the given Y coordinate (the Y coordinate with the VScroll_Value)Syntax
Public Function GetRowByAbsY (ByVal y As Long) As Long
Parameters
Remarks
If the Y coordinate passed to this methid is not into any cell the result is -1&
Note: the "VScroll_Value" is NOT automatically added to the Y coordinate. |