UITableViewDataSource.RowsInSection(UITableView, nint) Method

Definition

Called by the table view to find out how many rows are to be rendered in the section specified by section.

[Foundation.Export("tableView:numberOfRowsInSection:")]
public abstract nint RowsInSection (UIKit.UITableView tableView, nint section);
abstract member RowsInSection : UIKit.UITableView * nint -> nint

Parameters

tableView
UITableView
section
System.System.IntPtr System.nativeint

Index of the section containing the rows.

Returns

System.System.IntPtr System.nativeint

Number of rows in the section at index section.

Implements

Attributes

Applies to