DataGridView::HitTestInfo Properties
.NET Framework (current version)
Namespace:
System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | ColumnIndex | Gets the index of the column that contains the coordinates described by the current DataGridView::HitTestInfo. |
![]() | ColumnX | Gets the x-coordinate of the beginning of the column that contains the coordinates described by the current DataGridView::HitTestInfo. |
![]() | RowIndex | Gets the index of the row that contains the coordinates described by the current DataGridView::HitTestInfo. |
![]() | RowY | Gets the y-coordinate of the top of the row that contains the coordinates described by the current DataGridView::HitTestInfo. |
![]() | Type | Gets the DataGridViewHitTestType that indicates which part of the DataGridView the coordinates described by the current DataGridView::HitTestInfo belong to. |
Show:
