UITableViewController.RowsInSection(UITableView, IntPtr) 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.
The number of rows in the specified section.
[Foundation.Export("tableView:numberOfRowsInSection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr RowsInSection(UIKit.UITableView tableView, IntPtr section);
[<Foundation.Export("tableView:numberOfRowsInSection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RowsInSection : UIKit.UITableView * nativeint -> nativeint
override this.RowsInSection : UIKit.UITableView * nativeint -> nativeint
Parameters
- tableView
- UITableView
- section
-
IntPtr
nativeint
Index of the section containing the rows.
Returns
IntPtr
nativeint
Implements
- Attributes