# Remove(Column)

> Removes the first occurence of a column from the collection.

## Definition

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

```csharp
public bool Remove(Column column)
```

### Parameters

**** (\[Column]\(/engine/6000.5/script-reference/unityengine/uielements/column)): The column to remove.

### Returns

| Type                                                          | Description                    |
| ------------------------------------------------------------- | ------------------------------ |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | Whether it was removed or not. |
