Share via


UITableViewDelegate_Extensions.GetHeightForRow Method

Definition

The height of the cell at the specified indexPath.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Runtime.InteropServices.NFloat GetHeightForRow(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetHeightForRow : UIKit.IUITableViewDelegate * UIKit.UITableView * Foundation.NSIndexPath -> System.Runtime.InteropServices.NFloat

Parameters

tableView
UITableView

Table view.

indexPath
NSIndexPath

Location of the row.

Returns

Attributes

Applies to