NSGridView.GetIndex Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetIndex(NSGridColumn) | |
| GetIndex(NSGridRow) |
GetIndex(NSGridColumn)
[Foundation.Export("indexOfColumn:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetIndex(AppKit.NSGridColumn column);
[<Foundation.Export("indexOfColumn:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetIndex : AppKit.NSGridColumn -> nativeint
override this.GetIndex : AppKit.NSGridColumn -> nativeint
Parameters
- column
- NSGridColumn
Returns
IntPtr
nativeint
- Attributes
Applies to
GetIndex(NSGridRow)
[Foundation.Export("indexOfRow:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetIndex(AppKit.NSGridRow row);
[<Foundation.Export("indexOfRow:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetIndex : AppKit.NSGridRow -> nativeint
override this.GetIndex : AppKit.NSGridRow -> nativeint
Parameters
- row
- NSGridRow
Returns
IntPtr
nativeint
- Attributes