---
title: indentationLevel
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitableviewcell/indentationlevel
---

# indentationLevel

The indentation level of the cell’s content.

## Declaration

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

## Discussion

Discussion The default value of the property is zero (no indentation). Assigning a positive value to this property indents the cell’s content from the left edge of the cell separator. The amount of indentation is equal to the indentation level multiplied by the value in the indentationWidth property.

## See Also

### Managing content indentation

- [indentationWidth](uikit/uitableviewcell/indentationwidth.md)
- [shouldIndentWhileEditing](uikit/uitableviewcell/shouldindentwhileediting.md)
- [separatorInset](uikit/uitableviewcell/separatorinset.md)
- [UITableViewCell.SeparatorStyle](uikit/uitableviewcell/separatorstyle.md)
