Selection.TypeBackspace Method
Deletes the character preceding a collapsed selection (an insertion point).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub TypeBackspace
'Usage
Dim instance As Selection
instance.TypeBackspace()
void TypeBackspace()
Remarks
If the selection isn't collapsed to an insertion point, the selection is deleted.
This method corresponds to functionality of the BACKSPACE key.