| C1.Win.C1List.4 Assembly > C1.Win.C1List.ListBase Namespace > C1ListBase Class : RowContaining Method |
'Declaration Public Function RowContaining( _ ByVal y As System.Integer _ ) As System.Integer
public System.int RowContaining( System.int y )
The RowContaining method returns the zero-based index of the display row containing the specified coordinate. This value ranges from 0 to VisibleRows - 1.
If y is outside of the list's data area, this method returns -1.