UITableView.IndexPathForCell(UITableViewCell) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
計算指定 cell
之 的索引路徑。
[Foundation.Export("indexPathForCell:")]
public virtual Foundation.NSIndexPath IndexPathForCell (UIKit.UITableViewCell cell);
abstract member IndexPathForCell : UIKit.UITableViewCell -> Foundation.NSIndexPath
override this.IndexPathForCell : UIKit.UITableViewCell -> Foundation.NSIndexPath
參數
- cell
- UITableViewCell
UITableViewCell需要索引路徑的 。
傳回
NSIndexPath 的 cell
。
- 屬性