# TableLayoutStyle

Namespace: **Wisej.Web**

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

Implements the basic functionality that represents the appearance and behavior of a table layout.

{% tabs %}
{% tab title="C#" %}

```csharp
public class TableLayoutStyle : ICloneable
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class TableLayoutStyle
    Inherits ICloneable
```

{% endtab %}
{% endtabs %}

## Properties

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) SizeType

[SizeType](https://docs.wisej.com/api/wisej.web/enumerations/wisej.web.sizetype): Returns or sets a flag indicating how a row or column should be sized relative to its containing table. (Default: `AutoSize`)

## Inherited By

| Name                                                                                                  | Description                                                 |
| ----------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| [ColumnStyle](https://docs.wisej.com/api/wisej.web/containers/tablelayoutpanel/wisej.web.columnstyle) | Represents the look and feel of a column in a table layout. |
| [RowStyle](https://docs.wisej.com/api/wisej.web/containers/tablelayoutpanel/wisej.web.rowstyle)       | Represents the look and feel of a row in a table layout.    |
