NSIndexPath.Row 属性

定义

(只读) 的 中 SectionUITableView 行的索引。

public int Row { get; }
member this.Row : int

属性值

注解

在 64 位平台上,值从 64 位整数截断为 32 位整数。   若要避免此问题,请使用 LongRow 属性。

适用于