Share via


UITableView.ReconfigureRows(NSIndexPath[]) Method

Definition

[Foundation.Export("reconfigureRowsAtIndexPaths:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReconfigureRows(Foundation.NSIndexPath[] indexPaths);
[<Foundation.Export("reconfigureRowsAtIndexPaths:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReconfigureRows : Foundation.NSIndexPath[] -> unit
override this.ReconfigureRows : Foundation.NSIndexPath[] -> unit

Parameters

indexPaths
NSIndexPath[]
Attributes

Applies to