指定した番号の行を取り除きます
-(BOOL)removeSelectionIndexes:(NSIndexSet *)indexes:
解説
指定した番号の行を取り除きます。
返り値
( BOOL )
YES/NO
引数
( NSIndexSet * )indexes
フレームワーク
ApplicationKit
クラス
NSArrayController
Instance Methods
使用可能
10.3
参照
-addSelectionIndexes:
例文
//0番目の項目を削除する [myOutlet removeObjectsAtArrangedObjectIndexes:[NSIndexSet indexSetWithIndex:0]];