Share via


NSRuleEditor.RemoveRowsAtIndexes(NSIndexSet, Boolean) Method

Definition

[Foundation.Export("removeRowsAtIndexes:includeSubrows:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveRowsAtIndexes(Foundation.NSIndexSet rowIndexes, bool includeSubrows);
[<Foundation.Export("removeRowsAtIndexes:includeSubrows:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveRowsAtIndexes : Foundation.NSIndexSet * bool -> unit
override this.RemoveRowsAtIndexes : Foundation.NSIndexSet * bool -> unit

Parameters

rowIndexes
NSIndexSet
includeSubrows
Boolean
Attributes

Applies to