# ReorderDisplay(int, int)

> Reorders the display of a column at the specified source index, to the destination index.

## Definition

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

```csharp
public void ReorderDisplay(int from, int to)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The display index of the column to move.**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The display index where the column will be moved to.

### Remarks

This does not change the order in the original columns data, only in columns being displayed.
