Share via


NSMatrix.PutCell(NSCell, IntPtr, IntPtr) Method

Definition

[Foundation.Export("putCell:atRow:column:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PutCell(AppKit.NSCell newCell, IntPtr row, IntPtr column);
[<Foundation.Export("putCell:atRow:column:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PutCell : AppKit.NSCell * nativeint * nativeint -> unit
override this.PutCell : AppKit.NSCell * nativeint * nativeint -> unit

Parameters

newCell
NSCell
row
IntPtr

nativeint

column
IntPtr

nativeint

Attributes

Applies to