# this[]

> Returns the SortColumnDescription at the specified index.

## Definition

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

## this\[int]

```csharp
public SortColumnDescription this[int index] { get; }
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The index of the SortColumnDescription to locate.

### Returns

| Type                                                                                                     | Description                                       |
| -------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
| [SortColumnDescription](/engine/6000.7/script-reference/unityengine/uielements/sortcolumndescription.md) | The SortColumnDescription at the specified index. |
