UITableViewController.SectionFor(UITableView, String, 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.
The index of the section for the specified title and section title index.
[Foundation.Export("tableView:sectionForSectionIndexTitle:atIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nint SectionFor (UIKit.UITableView tableView, string title, nint atIndex);
abstract member SectionFor : UIKit.UITableView * string * nint -> nint
override this.SectionFor : UIKit.UITableView * string * nint -> nint
Parameters
- tableView
- UITableView
- title
- String
- atIndex
- System.System.IntPtr System.nativeint
Returns
System.System.IntPtr
System.nativeint
- Attributes