---
title: endColumn
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/attributedstring/markdownsourceposition/endcolumn
---

# endColumn

The column where the text ends in the Markdown source.

## Declaration

```swift
let endColumn: Int
```

## Discussion

Discussion This property uses 1-based counting. Columns represent UTF-8 indices; for multi-byte characters, the column indicates the first byte.

## See Also

### Inspecting Markdown Source Position Properties

- [startLine](foundation/attributedstring/markdownsourceposition/startline.md)
- [startColumn](foundation/attributedstring/markdownsourceposition/startcolumn.md)
- [endLine](foundation/attributedstring/markdownsourceposition/endline.md)
