<!--
{
  "availability" : [
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTextTableBlock/init(table:startingRow:rowSpan:startingColumn:columnSpan:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTextTableBlock(im)initWithTable:startingRow:rowSpan:startingColumn:columnSpan:"
  },
  "title" : "init(table:startingRow:rowSpan:startingColumn:columnSpan:)"
}
-->

# init(table:startingRow:rowSpan:startingColumn:columnSpan:)

Returns an initialized text table block.

```
init(table: NSTextTable, startingRow row: Int, rowSpan: Int, startingColumn column: Int, columnSpan: Int)
```

## Parameters

`table`

The text table containing this text table block.

`row`

The table row at which the text table block starts.

`rowSpan`

How many rows the text table block covers.

`column`

The table column at which the text table block starts.

`columnSpan`

How many columns the text table block covers.

## Discussion

This is the designated initializer.

## See Also

[`NSTextTable`](/documentation/AppKit/NSTextTable)

An object that represents a text table as a whole.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)