NSUInteger newIndex[] = {0, 1}; NSIndexPath *indexPath = [[NSIndexPath alloc] initWithIndexes:newIndex length:2]; //処理 [indexPath release]