DataGridView::HitTestInfo::RowY Property

 

Gets the y-coordinate of the top of the row that contains the coordinates described by the current DataGridView::HitTestInfo.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property int RowY {
	int get();
}

Property Value

Type: System::Int32

The y-coordinate of the row in the DataGridView that contains the coordinates described by the current DataGridView::HitTestInfo.

.NET Framework
Available since 2.0
Return to top
Show: