I don't think so...
But you can delete multiple rows using
Code:
- (void)deleteRowsAtIndexPaths:(NSArray *)indexPaths withRowAnimation:(UITableViewRowAnimation)animation
// deleteRowsAtIndexPaths:[NSArray arrayWithObjects:indexPath1,indexPath2,...,nil]
Same for inserting.