DataCollection
RowsInSection メソッド

C1.iOS.DataCollection アセンブリ > C1.iOS.DataCollection 名前空間 > C1TableViewSource<T> クラス : RowsInSection メソッド
Table view displaying the rows.
Index of the section containing the rows.
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 tableview As UIKit.UITableView, _
   ByVal section As System.IntPtr _
) As System.IntPtr
public override System.IntPtr RowsInSection( 
   UIKit.UITableView tableview,
   System.IntPtr section
)

パラメータ

tableview
Table view displaying the rows.
section
Index of the section containing the rows.

戻り値の型

Number of rows in the section at index section.
参照

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