Contents

range(of:at:)

Returns the range of the specified text table that contains the specified location.

Declaration

func range(of table: NSTextTable, at location: Int) -> NSRange

Parameters

  • table:

    The text table.

  • location:

    The location.

Return Value

Returns the range of table that contains location.

See Also

Calculating ranges for common elements