Called by the table view to find out how many rows are to be rendered in the section specified by section.
'宣言
Public Overrides NotOverridable Function RowsInSection( _
ByVal As UIKit.UITableView, _
ByVal As System.IntPtr _
) As System.IntPtr
public override System.IntPtr RowsInSection(
UIKit.UITableView ,
System.IntPtr
)
パラメータ
- tableview
- Table view displaying the rows.
- section
- Index of the section containing the rows.
戻り値の型
Number of rows in the section at index section.