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

Syntax

[Foundation.Export("tableView:numberOfRowsInSection:")]
public abstract nint RowsInSection (UITableView tableview, nint section)

Parameters

tableview
Table view displaying the rows.
section
Index of the section containing the rows.

Returns

Number of rows in the section at index section.

Remarks

Declared in [UITableViewDataSource]

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0