UITableView.CellAt(NSIndexPath) 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 the table cell at the specified index path.
[Foundation.Export("cellForRowAtIndexPath:")]
public virtual UIKit.UITableViewCell CellAt (Foundation.NSIndexPath ns);
abstract member CellAt : Foundation.NSIndexPath -> UIKit.UITableViewCell
override this.CellAt : Foundation.NSIndexPath -> UIKit.UITableViewCell
Parameters
- ns
- NSIndexPath
An NSIndexPath that references a row in the table view.
Returns
A UITableViewCell object that represents a row in the table, or null
if the row is not visible or the NSIndexPath is out of range.
- Attributes