共用方式為


UITableView.IndexPathForSelectedRow 屬性

定義

NSIndexPath目前選取之資料列的 。

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

屬性值

NSIndexPath目前選取之資料列最近選取之 的 。 如果沒有選取的資料列,則傳 null 回 。

屬性

備註

UITableView如果 包含多個選取的資料列,此屬性會保存最近選取的資料列, (另 IndexPathsForSelectedRows 請參閱) 。

適用於

另請參閱

  • <xref:UIKit.UITableView.SelectedRow>