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 所描述的座標。

適用於

另請參閱