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) -> NSRangeParameters
- table:
The text table.
- location:
The location.
Return Value
Returns the range of table that contains location.