UITableView.IndexPathsForSelectedRows Property

Definition

An array of NSIndexPaths for the selected rows.

public virtual Foundation.NSIndexPath[] IndexPathsForSelectedRows { [Foundation.Export("indexPathsForSelectedRows")] get; }
member this.IndexPathsForSelectedRows : Foundation.NSIndexPath[]

Property Value

An array of NSIndexPaths corresponding to the currently-selected set of rows. Returns null if there are no selected rows.

Attributes

Applies to