UIPickerView.RowsInSection(UITableView, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Developers should use RowsInComponent(nint) rather than this method.
[Foundation.Export("tableView:numberOfRowsInSection:")]
public virtual nint RowsInSection (UIKit.UITableView tableview, nint section);
abstract member RowsInSection : UIKit.UITableView * nint -> nint
override this.RowsInSection : UIKit.UITableView * nint -> nint
Parameters
- tableview
- UITableView
- section
- System.System.IntPtr System.nativeint
Returns
System.System.IntPtr
System.nativeint
Implements
- Attributes