[]
        
(Showing Draft Content)

C1.iOS.DataCollection.C1TableViewSource-1.RowsInSection

RowsInSection Method

RowsInSection(UITableView, nint)

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

Declaration
public override sealed nint RowsInSection(UITableView tableview, nint section)
Public NotOverridable Overrides Function RowsInSection(tableview As UITableView, section As IntPtr) As IntPtr
Parameters
Type Name Description
UITableView tableview

Table view displaying the rows.

nint section

Index of the section containing the rows.

Returns
Type Description
nint

Number of rows in the section at index section.