Partager via


UITableView.IndexPathForCell(UITableViewCell) Méthode

Définition

Calcule le chemin d’index pour le spécifié 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

Paramètres

cell
UITableViewCell

pour UITableViewCell lequel le chemin d’index est souhaité.

Retours

NSIndexPath pour cell.

Attributs

S’applique à