UITableView.NumberOfRowsInSection(nint) メソッド

定義

特定のセクションの行数 (テーブル セル) を返します。

[Foundation.Export("numberOfRowsInSection:")]
public virtual nint NumberOfRowsInSection (nint section);
abstract member NumberOfRowsInSection : nint -> nint
override this.NumberOfRowsInSection : nint -> nint

パラメーター

section
System.System.IntPtr System.nativeint

クエリを実行するセクションのインデックス。 セクション インデックスは 0 から始まります。

戻り値

System.System.IntPtr System.nativeint

セクション内の行数。

属性

注釈

UITableView は、 (またはUITableViewDataSource) からこの値をUITableViewSource取得し、キャッシュします。

適用対象