---
title: row2Column2TextProvider
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clkcomplicationtemplatemodularsmallcolumnstext/row2column2textprovider
---

# row2Column2TextProvider

The text to display in the second column of the second row.

## Declaration

```swift
@NSCopying var row2Column2TextProvider: CLKTextProvider { get set }
```

## Discussion

Discussion When the highlightColumn2 property is true, a tint color is applied to this text. In multicolor environments, the text provider or template provide the tint color. In monochrome environments, the clock face provides the tint color.

## See Also

### Setting the Complication Data

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