Table of Contents

Method DeleteLeft

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

DeleteLeft(int, bool)

When implemented by a class, deletes a specified number of characters to the left of the active point.

bool DeleteLeft(int len, bool withChange = false)

Parameters

len int

Specifies number of characters to delete.

withChange bool

Indicates if the change needs to be translated to the parser.

Returns

bool

True if method succeed; otherwise false.