UITableView.CellAt(NSIndexPath) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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