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 좌표입니다.

적용 대상

추가 정보