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

プロパティ値

Int32

現在の DataGridView で表される座標を含む DataGridView.HitTestInfo の行の y 座標。

適用対象

こちらもご覧ください