NSIndexPath.FromRowSection(nint, nint) Method

Definition

Returns an index-path object initialized with the given row and section details.

[Foundation.Export("indexPathForRow:inSection:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSIndexPath FromRowSection (nint row, nint section);
static member FromRowSection : nint * nint -> Foundation.NSIndexPath

Parameters

row
System.System.IntPtr System.nativeint

The row index within the corresponding section of a UITableView.

section
System.System.IntPtr System.nativeint

The index of the section in the UITableView that contains the row.

Returns

An NSIndexPath object, or null if it could not be created.

Attributes

Applies to