---
title: table
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstexttableblock/table
---

# table

Returns the table containing this text table block.

## Declaration

```swift
var table: NSTextTable { get }
```

## Return Value

Return Value The table containing this text table block.
