TextSelection.Backspace(Int32) Method

Definition

Microsoft Internal Use Only.

void Backspace(int Count = 1);
[System.Runtime.InteropServices.DispId(80)]
[System.Runtime.InteropServices.TypeLibFunc(64)]
public void Backspace (int Count = 1);
[System.Runtime.InteropServices.DispId(80)]
public void Backspace (int Count = 1);
[<System.Runtime.InteropServices.DispId(80)>]
[<System.Runtime.InteropServices.TypeLibFunc(64)>]
abstract member Backspace : int -> unit
[<System.Runtime.InteropServices.DispId(80)>]
abstract member Backspace : int -> unit
Public Sub Backspace (Optional Count As Integer = 1)

Parameters

Count
Int32

The number of spaces.

Attributes

Applies to