'Declaration
Public Overridable Function StartEditing( _ ByVal row As Integer, _ ByVal col As Integer, _ Optional ByVal fullEdit As Boolean, _ Optional ByVal focus As Boolean _ ) As Boolean
Parameters
- row
- The row index.
- col
- The column index.
- fullEdit
- Whether to stay in edit mode when the user presses the cursor keys.
- focus
- Whether to set the focus and select the text in the editor.