---
title: startColumn
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/attributedstring/markdownsourceposition/startcolumn
---

# startColumn

The column where the text begins in the Markdown source.

## Declaration

```swift
let startColumn: 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)
- [endLine](foundation/attributedstring/markdownsourceposition/endline.md)
- [endColumn](foundation/attributedstring/markdownsourceposition/endcolumn.md)
