Edit

Share via


WKInterfaceTable.RemoveRows(NSIndexSet) Method

Definition

Removes the rows at the specified indices from the table.

[Foundation.Export("removeRowsAtIndexes:")]
public virtual void RemoveRows (Foundation.NSIndexSet rowIndexes);
abstract member RemoveRows : Foundation.NSIndexSet -> unit
override this.RemoveRows : Foundation.NSIndexSet -> unit

Parameters

rowIndexes
NSIndexSet

The rows to be removed.

Attributes

Applies to