[]
Called by the table view to find out how many rows are to be rendered in the section specified by section.
public override sealed nint RowsInSection(UITableView tableview, nint section)
Type | Name | Description |
---|---|---|
UITableView | tableview | Table view displaying the rows. |
nint | section | Index of the section containing the rows. |
Type | Description |
---|---|
nint | Number of rows in the section at index section. |