# GuiInterface.clearGrid

Clears a grid

**Kind:** Function

**Environments:** Game

## Game

``` { .lua .api-signature }
guiInterface:clearGrid( gridName )
```

[Open the full Game reference](../Game-Script-Environment/Userdata/GuiInterface.md#cleargrid)

**Availability:** Client only

**Parameters:**

| Name | Type | Description |
| --- | --- | --- |
| `gui` | [GuiInterface](../Game-Script-Environment/Userdata/GuiInterface.md) | The Gui interface |
| `gridName` | string | The name of the grid to clear |
