# FrameColumn(int)

> Frames a search column. The table view will scroll the view to show the framed column.

## Definition

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

> **Warning:**
>
> **Deprecated.** IMGUI is not support anymore. Use ITableView interface instead.

```csharp
public void FrameColumn(int columnIndex)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): Index of the column to be framed.
