Instance Method インスタンスメソッド

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. tableの範囲を返します、それはlocationを含みます。

See Also 参照

Calculating Ranges 範囲を計算する