RowContaining Method (C1Combo)
In This Topic
Returns the zero-based index of the display row containing the specified coordinate.
Syntax
'Declaration
Public Function RowContaining( _
ByVal As Integer _
) As Integer
public int RowContaining(
int
)
Parameters
- y
See Also