言語

DataGridView.HitTestInfo.RowY プロパティ

定義

現在の DataGridView.HitTestInfoによって記述された座標を含む行の先頭の y 座標を取得します。

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

プロパティ値

現在のDataGridViewによって記述された座標を含むDataGridView.HitTestInfo内の行の y 座標。

適用対象

こちらもご覧ください