共用方式為


IUITableViewDataSource.GetCell(UITableView, NSIndexPath) 方法

定義

傳回可在 插入的 indexPath 儲存格。

[Foundation.Export("tableView:cellForRowAtIndexPath:")]
[Foundation.Preserve(Conditional=true)]
public UIKit.UITableViewCell GetCell (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member GetCell : UIKit.UITableView * Foundation.NSIndexPath -> UIKit.UITableViewCell

參數

tableView
UITableView

要求儲存格的資料表檢視。

indexPath
NSIndexPath

顯示儲存格之資料列的位置。

傳回

屬性

適用於