---
title: InsetTableStyle
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/insettablestyle
---

# InsetTableStyle

The table style that describes the behavior and appearance of a table with its content and selection inset from the table edges.

## Declaration

```swift
nonisolated struct InsetTableStyle
```

## Overview

Overview You can also use inset to construct this style.

## Topics

### Creating the table style

- [init()](swiftui/insettablestyle/init().md)
- [init(alternatesRowBackgrounds:)](swiftui/insettablestyle/init(alternatesrowbackgrounds:).md)

## Relationships

### Conforms To

- [TableStyle](swiftui/tablestyle.md)

## See Also

### Supporting types

- [AutomaticTableStyle](swiftui/automatictablestyle.md)
- [BorderedTableStyle](swiftui/borderedtablestyle.md)
