共用方式為


UITableView.IndexPathForCell(UITableViewCell) 方法

定義

計算指定 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需要索引路徑的 。

傳回

NSIndexPathcell

屬性

適用於