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