Foundation.NSIndexPath.FromRowSection Method
Returns an index-path object initialized with the given row and section details.

Syntax

[Foundation.Export("indexPathForRow:inSection:")]
public static NSIndexPath FromRowSection (nint row, nint section)

Parameters

row
The row index within the corresponding section of a UIKit.UITableView.
section
The index of the section in the UIKit.UITableView that contains the row.

Returns

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

Remarks

Requirements

Namespace: Foundation
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0