다음을 통해 공유


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
특성

적용 대상