Share via


NSTableView.GetCell(IntPtr, IntPtr) Method

Definition

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

Parameters

column
IntPtr

nativeint

row
IntPtr

nativeint

Returns

Attributes

Applies to