---
title: count
framework: tabulardata
role: symbol
role_heading: Instance Property
path: tabulardata/column/count
---

# count

The number of elements in the column.

## Declaration

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

## See Also

### Inspecting a Column

- [name](tabulardata/column/name.md)
- [missingCount](tabulardata/column/missingcount.md)
- [Column.Element](tabulardata/column/element.md)
- [wrappedElementType](tabulardata/column/wrappedelementtype.md)
