Contents

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

Returns an initialized text table block.

Declaration

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.

Discussion

This is the designated initializer.

See Also

Related Documentation