IUITableViewDataSource.RowsInSection(UITableView, nint) Method

Definition

The number of rows in the specified section.

[Foundation.Export("tableView:numberOfRowsInSection:")]
[Foundation.Preserve(Conditional=true)]
public nint RowsInSection (UIKit.UITableView tableView, nint section);
abstract member RowsInSection : UIKit.UITableView * nint -> nint

Parameters

tableView
UITableView
section
System.System.IntPtr System.nativeint

Index of the section containing the rows.

Returns

System.System.IntPtr System.nativeint
Attributes

Applies to