DataGridView.HitTestInfo Properties
.NET Framework 4.5
The DataGridView.HitTestInfo type exposes the following members.
| 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. |