Condividi tramite


UITableView.IndexPathForCell(UITableViewCell) Metodo

Definizione

Calcola il percorso di indice per l'oggetto specificato 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

Parametri

cell
UITableViewCell

Oggetto UITableViewCell per il quale si desidera specificare il percorso dell'indice.

Restituisce

Oggetto NSIndexPath per l'oggetto cell.

Attributi

Si applica a