
Removes a formatting style from the current document.
[C#]
public bool Remove(string styleName);
[Visual Basic]
Public Function Remove(ByVal styleName As String) As Boolean
| Parameter | Description | |
| styleName | Specifies the name of the style to remove. |
The return value is true, if the style could be removed. Otherwise it is false.