DataGridView::HitTestInfo::ColumnX Property

 

Gets the x-coordinate of the beginning of the column 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 ColumnX {
	int get();
}

Property Value

Type: System::Int32

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

.NET Framework
Available since 2.0
Return to top
Show: