Share via


INSTableViewDelegate.GetRowHeight(NSTableView, IntPtr) Method

Definition

[Foundation.Export("tableView:heightOfRow:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat GetRowHeight(AppKit.NSTableView tableView, IntPtr row);
[<Foundation.Export("tableView:heightOfRow:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetRowHeight : AppKit.NSTableView * nativeint -> System.Runtime.InteropServices.NFloat
override this.GetRowHeight : AppKit.NSTableView * nativeint -> System.Runtime.InteropServices.NFloat

Parameters

tableView
NSTableView
row
IntPtr

nativeint

Returns

Attributes

Applies to