Dim instance AsGridBaseDim row AsIntegerDim col AsIntegerDim fullEdit AsBooleanDim focus AsBooleanDim value AsBoolean
value = instance.StartEditing(row, col, fullEdit, focus)
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.