---
title: resizedColumn
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstableheaderview/resizedcolumn
---

# resizedColumn

The index of the column that the user is resizing.

## Declaration

```swift
var resizedColumn: Int { get }
```

## Discussion

Discussion If the user is resizing a column, this property contains the index of that column; otherwise, it contains -1.

## See Also

### Checking altered columns

- [draggedColumn](appkit/nstableheaderview/draggedcolumn.md)
- [draggedDistance](appkit/nstableheaderview/draggeddistance.md)
