# TableLayoutPanelCellPosition

URL: https://docs.wisej.com/api/wisej.web/containers/tablelayoutpanel/wisej.web.tablelayoutpanelcellposition

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

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

Represents a cell in aTableLayoutPanel .

- C# - VB.NET

```csharp
public struct TableLayoutPanelCellPosition : ValueType
```

```visual
Public Structure TableLayoutPanelCellPosition
    Implements ValueType
```

## Constructors

### ![Instance member](/img/api/instance.png) TableLayoutPanelCellPosition(column, row)

Initializes a new instance of the [TableLayoutPanelCellPosition](/api/wisej.web/containers/tablelayoutpanel/wisej.web.tablelayoutpanelcellposition) class.

| Name | Type | Description | **column** | [Int32](https://docs.microsoft.com/dotnet/api/system.int32) | The column position of the cell. | **row** | [Int32](https://docs.microsoft.com/dotnet/api/system.int32) | The row position of the cell. 

## Properties

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

[Int32](https://docs.microsoft.com/dotnet/api/system.int32) : Returns or sets the column number of the current [TableLayoutPanelCellPosition](/api/wisej.web/containers/tablelayoutpanel/wisej.web.tablelayoutpanelcellposition) .

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

[Int32](https://docs.microsoft.com/dotnet/api/system.int32) : Returns or sets the row number of the current [TableLayoutPanelCellPosition](/api/wisej.web/containers/tablelayoutpanel/wisej.web.tablelayoutpanelcellposition) .

## Used By

| Name | Description | [TableLayoutPanel.GetCellPosition](/api/wisej.web/containers/tablelayoutpanel/#getcellposition-control) | Returns the [TableLayoutPanelCellPosition](/api/wisej.web/containers/tablelayoutpanel/wisej.web.tablelayoutpanelcellposition) that represents the row and the column of the cell. | [TableLayoutSettings.GetCellPosition](/api/wisej.web/containers/tablelayoutpanel/wisej.web.tablelayoutsettings#getcellposition-control) | Returns the [TableLayoutPanelCellPosition](/api/wisej.web/containers/tablelayoutpanel/wisej.web.tablelayoutpanelcellposition) that represents the row and the column of the cell.
