# UpdateColumnSettings(int, Column)

> Invoked when a column is being edited.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Search](/engine/6000.5/script-reference/unityeditor/search.md)
* **Assembly:** UnityEditor

> **Warning:**
>
> **Deprecated.** Search IMGUI is not supported anymore

```csharp
void UpdateColumnSettings(int columnIndex, MultiColumnHeaderState.Column columnSettings)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): Index of the column being edited.**** (\[Column]\(/engine/6000.5/script-reference/unityeditor/imgui/controls/multicolumnheaderstate/column)): Column being edited.
