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

# name

The name of the column type.

## Declaration

```swift
var name: String { get set }
```

## See Also

### Inspecting a Type-Erased Column Type

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