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

itemNumber(in:at:)

Returns the index of the item at the specified location within the list. リスト内の指定された位置での項目のインデックスを返します。

Declaration 宣言

func itemNumber(in list: NSTextList, 
             at location: Int) -> Int

Parameters パラメータ

list

The text list. テキストのリスト。

location

The location of the item. 項目の場所。

Return Value 戻り値

Returns the index within the list. リスト内のインデックスを返します。

See Also 参照

Calculating Ranges 範囲を計算する