NSIndexPath.FromRowSection(nint, 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.
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