Edit

Share via


UITableView.RectForHeaderInSection(nint) Method

Definition

Returns the drawing area for the specified section's header.

[Foundation.Export("rectForHeaderInSection:")]
public virtual CoreGraphics.CGRect RectForHeaderInSection(nint section);

Parameters

section
System.System.IntPtr

The index of a section.

Returns

A rectangle defining where the section header is drawn by the table view.

Attributes

Applies to