UITableView.IndexPathForCell(UITableViewCell) 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.
Calculates the index path for the specified cell
.
[Foundation.Export("indexPathForCell:")]
public virtual Foundation.NSIndexPath IndexPathForCell (UIKit.UITableViewCell cell);
abstract member IndexPathForCell : UIKit.UITableViewCell -> Foundation.NSIndexPath
override this.IndexPathForCell : UIKit.UITableViewCell -> Foundation.NSIndexPath
Parameters
- cell
- UITableViewCell
The UITableViewCell for which the index path is desired.
Returns
The NSIndexPath for the cell
.
- Attributes