TextSelection.Backspace(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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