Edit

Share via


NSTableView.GetCell(nint, nint) Method

Definition

[Foundation.Export("preparedCellAtColumn:row:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, "Use View Based TableView and GetView.")]
public virtual AppKit.NSCell GetCell (nint column, nint row);
abstract member GetCell : nint * nint -> AppKit.NSCell
override this.GetCell : nint * nint -> AppKit.NSCell

Parameters

column
System.System.IntPtr System.nativeint
row
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to