共用方式為


NSIndexPath.FromRowSection(nint, nint) 方法

定義

傳回使用指定資料列和區段詳細資料初始化的索引路徑物件。

[Foundation.Export("indexPathForRow:inSection:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSIndexPath FromRowSection (nint row, nint section);
static member FromRowSection : nint * nint -> Foundation.NSIndexPath

參數

row
System.System.IntPtr System.nativeint

對應 sectionUITableView 中的資料列索引。

section
System.System.IntPtr System.nativeint

中包含 UITableViewrow 的 區段索引。

傳回

物件 NSIndexPath ,如果 null 無法建立,則為 。

屬性

適用於