次の方法で共有


NSGridView.GetIndex メソッド

定義

オーバーロード

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
属性

適用対象