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

itemNumberInTextList:atIndex:

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

Declaration 宣言

- (NSInteger)itemNumberInTextList:(NSTextList *)list 
                          atIndex:(NSUInteger)location;

Parameters パラメータ

list

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

location

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

Return Value 戻り値

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

See Also 参照

Calculating Ranges 範囲を計算する