---
product: "AG Grid"
title: "Column Reference"
description: "Attributes and methods available on the Column instance."
framework: angular
version: "36.2.0"
related:
    - title: "Overview"
      url: "https://www.ag-grid.com/archive/36.2.0/angular-data-grid/column-interface/"
    - title: "Options Reference"
      url: "https://www.ag-grid.com/archive/36.2.0/angular-data-grid/column-properties/"
    - title: "Column Group Reference"
      url: "https://www.ag-grid.com/archive/36.2.0/angular-data-grid/column-object-group/"
    - title: "Events Reference"
      url: "https://www.ag-grid.com/archive/36.2.0/angular-data-grid/column-events/"
llms: "https://www.ag-grid.com/archive/36.2.0/llms.txt"
---

# Column Reference

Attributes and methods available on the `Column` instance.

### Clipboard

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `isSuppressPaste` | `Function` |  |  |  |

### Column Groups

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `getParent` | `Function` |  |  |  |
| `getOriginalParent` | `Function` |  |  |  |
| `getColumnGroupShow` | `Function` |  |  |  |
| `getColumnGroupPaddingInfo` | `Function` |  |  |  |
| `isEmptyGroup` | `Function` |  |  |  |

### Definitions

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `getColId` | `Function` |  |  |  |
| `getColDef` | `Function` |  |  |  |
| `getDisplayName` | `Function` |  |  |  |
| `getUserProvidedColDef` | `Function` |  |  |  |
| `isColumn` | `true` |  |  |  |

### Display

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `getLeft` | `Function` |  |  |  |
| `isVisible` | `Function` |  |  |  |

### Editing

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `isCellEditable` | `Function` |  |  |  |
| `isSuppressFillHandle` | `Function` |  |  |  |

### Events

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `addEventListener` | `Function` |  |  |  |
| `removeEventListener` | `Function` |  |  |  |

### Filtering

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `isFilterAllowed` | `Function` |  |  |  |
| `isFilterActive` | `Function` |  |  |  |

### Formulas

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `isAllowFormula` | `Function` |  |  |  |

### Keyboard

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `isSuppressNavigable` | `Function` |  |  |  |

### Menu

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `isMenuVisible` | `Function` |  |  |  |

### Moving

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `isMoving` | `Function` |  |  |  |

### Pinning

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `getPinned` | `Function` |  |  |  |
| `isPinned` | `Function` |  |  |  |
| `isPinnedLeft` | `Function` |  |  |  |
| `isPinnedRight` | `Function` |  |  |  |
| `isFirstRightPinned` | `Function` |  |  |  |
| `isLastLeftPinned` | `Function` |  |  |  |

### Row Aggregation

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `isAllowValue` | `Function` |  |  |  |
| `isValueActive` | `Function` |  |  |  |
| `getAggFunc` | `Function` |  |  |  |
| `getShowValuesAs` | `Function` |  |  |  |
| `getShowValuesAsDef` | `Function` |  |  |  |

### Row Dragging

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `isRowDrag` | `Function` |  |  |  |
| `isDndSource` | `Function` |  |  |  |

### Row Grouping

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `isAllowRowGroup` | `Function` |  |  |  |
| `isRowGroupActive` | `Function` |  |  |  |
| `isRowGroupDisplayed` | `Function` |  |  |  |

### Row Pivoting

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `isAllowPivot` | `Function` |  |  |  |
| `isPivotActive` | `Function` |  |  |  |
| `isPrimary` | `Function` |  |  |  |

### Selection

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `isCellCheckboxSelection` | `Function` |  |  |  |

### Sizing

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `getActualWidth` | `Function` |  |  |  |
| `getMinWidth` | `Function` |  |  |  |
| `getMaxWidth` | `Function` |  |  |  |
| `getFlex` | `Function` |  |  |  |
| `isResizable` | `Function` |  |  |  |
| `isAutoHeight` | `Function` |  |  |  |
| `isAutoHeaderHeight` | `Function` |  |  |  |
| `getAutoHeaderHeight` | `Function` |  |  |  |
| `isSpanHeaderHeight` | `Function` |  |  |  |

### Sorting

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `getSort` | `Function` |  |  |  |
| `getSortDef` | `Function` |  |  |  |
| `isSortable` | `Function` |  |  |  |
| `getSortIndex` | `Function` |  |  |  |

### Spanning

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `getColSpan` | `Function` |  |  |  |

### Tooltip

| Property | Type | Required | Default | Description |
| --- | --- | --- | --- | --- |
| `isTooltipEnabled` | `Function` |  |  |  |
