# GetTab(int)

> Returns the tab at the specified index.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.6/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public Tab GetTab(int index)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)):&#x20;

### Returns

| Type                                                                 | Description |
| -------------------------------------------------------------------- | ----------- |
| [Tab](/engine/6000.6/script-reference/unityengine/uielements/tab.md) |             |
