UITableView.IndexPathsForVisibleRows Property

Definition

An array of NSIndexPaths for the set of currently-visible rows.

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

Property Value

An array of NSIndexPaths corresponding to the set of currently-visible rows.

This value can be null.

Attributes

Applies to