---
title: columnAlignments
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nspresentationintent/columnalignments
---

# columnAlignments

The alignments for the columns in a table.

## Declaration

```occ
@property (readonly, nullable) NSArray<NSNumber *> * columnAlignments;
```

## Discussion

Discussion If the intent is not a table, the value of this property is nil.

## See Also

### Getting table information

- [row](foundation/nspresentationintent/row.md)
- [column](foundation/nspresentationintent/column.md)
- [columnCount](foundation/nspresentationintent/columncount.md)
