NSTableView.GetCell(nint, nint) 方法

定义

[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

参数

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

返回

属性

适用于