Share via


NSMatrix.MakeCell(IntPtr, IntPtr) Method

Definition

[Foundation.Export("makeCellAtRow:column:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSCell MakeCell(IntPtr row, IntPtr col);
[<Foundation.Export("makeCellAtRow:column:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member MakeCell : nativeint * nativeint -> AppKit.NSCell
override this.MakeCell : nativeint * nativeint -> AppKit.NSCell

Parameters

row
IntPtr

nativeint

col
IntPtr

nativeint

Returns

Attributes

Applies to