WKInterfaceTable.RemoveRows(NSIndexSet) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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