UITableView.IndexPathsForSelectedRows 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 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