NSTableView.EditColumn(nint, nint, NSEvent, Boolean) 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("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