[]
Starts the editing of a cell.
public virtual void StartEditing(EventArgs e, bool selectAll, bool autoClipboard)
Public Overridable Sub StartEditing(e As EventArgs, selectAll As Boolean, autoClipboard As Boolean)
| Type | Name | Description |
|---|---|---|
| EventArgs | e | Event |
| bool | selectAll | Whether to select everything |
| bool | autoClipboard | Whether to allow shortcut keys for Clipboard actions |