---
title: highlightColumn2
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkcomplicationtemplatemodularsmallcolumnstext/highlightcolumn2
---

# highlightColumn2

A Boolean value indicating which column should be drawn with a highlight.

## Declaration

```swift
var highlightColumn2: Bool { get set }
```

## Discussion

Discussion When the value of this property is true, text in column two is rendered with a highlight. When the value is false, the text in column one is rendered with a highlight. The default value of this property is false.

## See Also

### Setting the Complication Data

- [row1Column1TextProvider](clockkit/clkcomplicationtemplatemodularsmallcolumnstext/row1column1textprovider.md)
- [row1Column2TextProvider](clockkit/clkcomplicationtemplatemodularsmallcolumnstext/row1column2textprovider.md)
- [row2Column1TextProvider](clockkit/clkcomplicationtemplatemodularsmallcolumnstext/row2column1textprovider.md)
- [row2Column2TextProvider](clockkit/clkcomplicationtemplatemodularsmallcolumnstext/row2column2textprovider.md)
- [column2Alignment](clockkit/clkcomplicationtemplatemodularsmallcolumnstext/column2alignment.md)
