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

# count

The number of elements in the column type.

## Declaration

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

## See Also

### Inspecting a Type-Erased Column Type

- [name](tabulardata/anycolumnprotocol/name.md)
- [wrappedElementType](tabulardata/anycolumnprotocol/wrappedelementtype.md)
