---
title: isHidden
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstablecolumn/ishidden
---

# isHidden

A Boolean that indicates whether the table column is hidden.

## Declaration

```swift
var isHidden: Bool { get set }
```

## Discussion

Discussion When the value of this property is true, the table column is hidden. The default value is false. Columns that are hidden still exist in the table view object’s tableColumns array and are included in the table view’s numberOfColumns count. The hidden state is stored when the table view autosaves the table column state.
