Partager via


UITableView.CellAt(NSIndexPath) Méthode

Définition

Retourne la cellule de table au niveau du chemin d’index spécifié.

[Foundation.Export("cellForRowAtIndexPath:")]
public virtual UIKit.UITableViewCell CellAt (Foundation.NSIndexPath ns);
abstract member CellAt : Foundation.NSIndexPath -> UIKit.UITableViewCell
override this.CellAt : Foundation.NSIndexPath -> UIKit.UITableViewCell

Paramètres

ns
NSIndexPath

NSIndexPath qui fait référence à une ligne dans la vue table.

Retours

Objet UITableViewCell qui représente une ligne dans la table, ou null si la ligne n’est pas visible ou si le NSIndexPath est hors de portée.

Attributs

S’applique à