NSGridView.GetIndex 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetIndex(NSGridRow) | |
GetIndex(NSGridColumn) |
GetIndex(NSGridRow)
[Foundation.Export("indexOfRow:")]
public virtual nint GetIndex (AppKit.NSGridRow row);
abstract member GetIndex : AppKit.NSGridRow -> nint
override this.GetIndex : AppKit.NSGridRow -> nint
参数
- row
- NSGridRow
返回
System.System.IntPtr
System.nativeint
- 属性
适用于
GetIndex(NSGridColumn)
[Foundation.Export("indexOfColumn:")]
public virtual nint GetIndex (AppKit.NSGridColumn column);
abstract member GetIndex : AppKit.NSGridColumn -> nint
override this.GetIndex : AppKit.NSGridColumn -> nint
参数
- column
- NSGridColumn
返回
System.System.IntPtr
System.nativeint
- 属性