UITableViewDelegate_Extensions.GetHeightForHeader Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The height of the header for the specified section.
public static nfloat GetHeightForHeader (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, nint section);
static member GetHeightForHeader : UIKit.IUITableViewDelegate * UIKit.UITableView * nint -> nfloat
Parameters
- This
- IUITableViewDelegate
The instance on which this extension method operates.
- tableView
- UITableView
Table view.
- section
- System.System.IntPtr System.nativeint
Index of the section requiring a header display.