UITableViewDelegate_Extensions.GetHeightForHeader Method

Definition

The height of the header for the specified section.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Runtime.InteropServices.NFloat GetHeightForHeader(this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, IntPtr section);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetHeightForHeader : UIKit.IUITableViewDelegate * UIKit.UITableView * nativeint -> System.Runtime.InteropServices.NFloat

Parameters

tableView
UITableView

Table view.

section
IntPtr

nativeint

Index of the section requiring a header display.

Returns

Attributes

Applies to