---
title: sectionIndexMinimumDisplayRowCount
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitableview/sectionindexminimumdisplayrowcount
---

# sectionIndexMinimumDisplayRowCount

The number of table rows at which to display the index list on the right edge of the table.

## Declaration

```swift
var sectionIndexMinimumDisplayRowCount: Int { get set }
```

## Discussion

Discussion This property is applicable only to table views in the UITableView.Style.plain style. The default value is zero.

## See Also

### Configuring the table index

- [sectionIndexColor](uikit/uitableview/sectionindexcolor.md)
- [sectionIndexBackgroundColor](uikit/uitableview/sectionindexbackgroundcolor.md)
- [sectionIndexTrackingBackgroundColor](uikit/uitableview/sectionindextrackingbackgroundcolor.md)
- [indexSearch](uikit/uitableview/indexsearch.md)
