UIKit.UITableView.DeleteRows Method
Delete the rows referenced in the atIndexPaths array. The deletion can optionally be animated.

Syntax

[Foundation.Export("deleteRowsAtIndexPaths:withRowAnimation:")]
public virtual void DeleteRows (Foundation.NSIndexPath[] atIndexPaths, UITableViewRowAnimation withRowAnimation)

Parameters

atIndexPaths
Array of Foundation.NSIndexPath objects that identify which rows to delete.
withRowAnimation
What type of animation to use when deleting the rows (eg. fade out or slide out from bottom).

Remarks

When this method is called inside an animation block defined by UITableView.BeginUpdates and UITableView.EndUpdates, any insertions of rows or sections are deferred until after deletions have been processed. This happens regardless of the ordering of the insertion and deletion method calls within the animation block.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0