UITableViewController.SectionFor(UITableView, String, nint) Method

Definition

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

Applies to