# UnbindItem(VisualElement, int)

> Unbinds the row at the item index.

## Definition

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

```csharp
public void UnbindItem(VisualElement element, int index)
```

### Parameters

**** (\[VisualElement]\(/engine/6000.0/script-reference/unityengine/uielements/visualelement)): The element from that row, created by MakeItem().**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The item index.
