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

Syntax

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

Parameters

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

Returns

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

Remarks

Requirements

Namespace: MonoTouch.Foundation
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0