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

# endColumn

The column where the text ends in the Markdown source.

## Declaration

```occ
@property (readonly) NSInteger endColumn;
```

## 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

### Getting Markdown Source Position Properties

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