共用方式為


NSIndexPath.Row 屬性

定義

(唯讀) 內的 SectionUITableView 資料列索引。

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

屬性值

備註

在 64 位平臺上,值會從 64 位整數截斷為 32 位整數。   若要避免這種情況,請使用 LongRow 屬性。

適用於