'宣言 Public Overrides NotOverridable Function NumberOfSections( _ ByVal tableView As UIKit.UITableView _ ) As System.IntPtr
public override System.IntPtr NumberOfSections( UIKit.UITableView tableView )
パラメータ
- tableView
- Table view displaying the sections.
戻り値の型
Number of sections required to display the data. The default is 1 (a table must have at least one section).