Removes a character from a Text Control document. The method can also be used to remove control characters. Single control characters which are important for other formatting attributes, i.e. a table cell end character, cannot be removed through this method.

Introduced: X13.

Remove(TextChar)

public bool Remove(TextChar textChar);

Parameters

Parameter Description
textChar Specifies the character to remove.

Return Value

The return value is true, if the character could be removed. Otherwise, it is false.