# FindRowOfItem(TreeViewItem<TIdentifier>)

> Returns the row of the given TreeViewItem.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.IMGUI.Controls](/engine/6000.6/script-reference/unityeditor/imgui/controls.md)
* **Assembly:** UnityEditor.CoreModule

## FindRowOfItem(TreeViewItem\<T>)

```csharp
protected int FindRowOfItem(TreeViewItem<TIdentifier> item)
```

### Parameters

**** (\[TreeViewItem\<T>]\(/engine/6000.6/script-reference/unityeditor/imgui/controls/treeviewitem)): The item to find the row of.

### Returns

| Type                                                       | Description                  |
| ---------------------------------------------------------- | ---------------------------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) | The row of the TreeViewItem. |
