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
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
Parameters
- row
- NSGridRow
Returns
System.System.IntPtr
System.nativeint
- Attributes
Applies to
GetIndex(NSGridColumn)
[Foundation.Export("indexOfColumn:")]
public virtual nint GetIndex (AppKit.NSGridColumn column);
abstract member GetIndex : AppKit.NSGridColumn -> nint
override this.GetIndex : AppKit.NSGridColumn -> nint
Parameters
- column
- NSGridColumn
Returns
System.System.IntPtr
System.nativeint
- Attributes