UITableView.IndexPathsForVisibleRows Property
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.
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