'Declaration Public Sub StartCellEditing( _ Optional ByVal selectAll As System.Boolean, _ Optional ByVal defaultText As System.String _ )
'Usage Dim instance As SheetView Dim selectAll As System.Boolean Dim defaultText As System.String instance.StartCellEditing(selectAll, defaultText)
public void StartCellEditing( System.bool selectAll, System.string defaultText )
Parameters
- selectAll
- if set to
true
selects all the text when the text is changed during editing. - defaultText
- if set to
true
[default text].