DataGridView.HitTestInfo.RowY 属性

定义

获取行顶部的 y 坐标,该行包含当前 DataGridView.HitTestInfo 所描述的坐标。

public:
 property int RowY { int get(); };
public int RowY { get; }
member this.RowY : int
Public ReadOnly Property RowY As Integer

属性值

Int32

DataGridView 中行的 y 坐标,该行包含当前 DataGridView.HitTestInfo 所描述的坐标。

适用于

另请参阅