---
title: columnCount
framework: coreimage
role: symbol
role_heading: Instance Property
path: coreimage/cidatamatrixcodedescriptor/columncount-swift.property
---

# columnCount

The number of columns in the Data Matrix code symbol.

## Declaration

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

## Discussion

Discussion Refer to ISO/IEC 16022:2006(E) for valid module row and column count combinations.

## See Also

### Examining a Descriptor

- [errorCorrectedPayload](coreimage/cidatamatrixcodedescriptor/errorcorrectedpayload-swift.property.md)
- [rowCount](coreimage/cidatamatrixcodedescriptor/rowcount-swift.property.md)
- [eccVersion](coreimage/cidatamatrixcodedescriptor/eccversion-swift.property.md)
