Compartilhar via


UITableView.CellAt(NSIndexPath) Método

Definição

Retorna a célula da tabela no caminho de índice especificado.

[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

Parâmetros

ns
NSIndexPath

Um NSIndexPath que faz referência a uma linha no modo de exibição de tabela.

Retornos

Um UITableViewCell objeto que representa uma linha na tabela ou null se a linha não está visível ou NSIndexPath está fora do intervalo.

Atributos

Aplica-se a