# HitTestInfo

URL: https://docs.wisej.com/api/wisej.web/lists-and-grids/datagridview/wisej.web.datagridview.hittestinfo

Version: 4.1
Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.1.0.0)

Provides data about the pointer position in theDataGridView control.

- C# - VB.NET

```csharp
public class HitTestInfo
```

```visual
Public Class HitTestInfo
```

## Properties

### ![Instance member](/img/api/instance.png) Cell

[DataGridViewCell](/api/wisej.web/lists-and-grids/datagridview/wisej.web.datagridviewcell) : Returns the [DataGridViewCell](/api/wisej.web/lists-and-grids/datagridview/wisej.web.datagridviewcell) at the specified coordinates.

### ![Instance member](/img/api/instance.png) Column

[DataGridViewColumn](/api/wisej.web/lists-and-grids/datagridview/wisej.web.datagridviewcolumn) : Returns the [DataGridViewColumn](/api/wisej.web/lists-and-grids/datagridview/wisej.web.datagridviewcolumn) at the specified coordinates.

### ![Instance member](/img/api/instance.png) ColumnIndex

[Int32](https://docs.microsoft.com/dotnet/api/system.int32) : Returns the index of the column that contains the specified coordinates.

### ![Instance member](/img/api/instance.png) DataGridView

DataGridView : Returns the [DataGridView](/api/wisej.web/lists-and-grids/datagridview/wisej.web.datagridview.hittestinfo#datagridview) that generate this [HitTestInfo](/api/wisej.web/lists-and-grids/datagridview/wisej.web.datagridview.hittestinfo) instance.

### ![Instance member](/img/api/instance.png) Row

[DataGridViewRow](/api/wisej.web/lists-and-grids/datagridview/wisej.web.datagridviewrow) : Returns the [DataGridViewRow](/api/wisej.web/lists-and-grids/datagridview/wisej.web.datagridviewrow) at the specified coordinates.

### ![Instance member](/img/api/instance.png) RowIndex

[Int32](https://docs.microsoft.com/dotnet/api/system.int32) : Returns the index of the row that contains the specified coordinates

### ![Instance member](/img/api/instance.png) Type

[HitTestType](/api/wisej.web/lists-and-grids/datagridview/wisej.web.datagridview.hittesttype) : Returns the [HitTestType](/api/wisej.web/lists-and-grids/datagridview/wisej.web.datagridview.hittesttype) that indicates which part of theDataGridView includes the specified coordinates.
