# hasColumnShorthands

> _Since v3.0.0_

Check if an array of columns contains any shorthand strings.

```ts
function hasColumnShorthands(columns: ColumnShorthand<TRow>[]): boolean
```

## Parameters

| Name | Type | Description |
| ---- | ---- | ----------- |
| `columns` | <code><a href="/grid/api/core/types/columnshorthand/">ColumnShorthand</a>&lt;TRow&gt;[]</code> | Array to check |
