NSTableView.EditColumn(nint, nint, NSEvent, Boolean) Method

Definition

[Foundation.Export("editColumn:row:withEvent:select:")]
public virtual void EditColumn (nint column, nint row, AppKit.NSEvent theEvent, bool select);
abstract member EditColumn : nint * nint * AppKit.NSEvent * bool -> unit
override this.EditColumn : nint * nint * AppKit.NSEvent * bool -> unit

Parameters

column
System.System.IntPtr System.nativeint
row
System.System.IntPtr System.nativeint
theEvent
NSEvent
select
Boolean
Attributes

Applies to