UITableViewController.GetHeightForRow(UITableView, NSIndexPath) Method

Definition

The height for the specified row.

[Foundation.Export("tableView:heightForRowAtIndexPath:")]
public virtual nfloat GetHeightForRow (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member GetHeightForRow : UIKit.UITableView * Foundation.NSIndexPath -> nfloat
override this.GetHeightForRow : UIKit.UITableView * Foundation.NSIndexPath -> nfloat

Parameters

tableView
UITableView
indexPath
NSIndexPath

Returns

Attributes

Applies to