DataCollection
NumberOfSections メソッド (C1TableViewSource<T>)

C1.iOS.DataCollection アセンブリ > C1.iOS.DataCollection 名前空間 > C1TableViewSource<T> クラス : NumberOfSections メソッド
Table view displaying the sections.
Returns the number of sections that are required to display the data.
シンタックス
'宣言
 
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).
参照

C1TableViewSource<T> クラス
C1TableViewSource<T> メンバ