Freigeben über


UITableView.IndexPathForCell(UITableViewCell) Methode

Definition

Berechnet den Indexpfad für die angegebene 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

Parameter

cell
UITableViewCell

Die UITableViewCell , für die der Indexpfad gewünscht wird.

Gibt zurück

Der NSIndexPath für den cell.

Attribute

Gilt für: