- tableView
- Table view containing the section.
- section
- Index of the section displaying the header.
Text to display in the section header, or null if no title is required.
Table views use a fixed style for the section header. To customize the appearance of the header, return a custom view from UITableViewSource.GetViewForHeader(UITableView, nint) instead of implementing this method.
Declared in [UITableViewDataSource]