Share via


NSGridRow.GetCell(IntPtr) Method

Definition

[Foundation.Export("cellAtIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSGridCell GetCell(IntPtr index);
[<Foundation.Export("cellAtIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetCell : nativeint -> AppKit.NSGridCell
override this.GetCell : nativeint -> AppKit.NSGridCell

Parameters

index
IntPtr

nativeint

Returns

Attributes

Applies to