NSTableColumn.DataCellForRow(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("dataCellForRow:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSCell DataCellForRow(IntPtr row);
[<Foundation.Export("dataCellForRow:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DataCellForRow : nativeint -> AppKit.NSCell
override this.DataCellForRow : nativeint -> AppKit.NSCell
Parameters
- row
-
IntPtr
nativeint
Returns
- Attributes