[]
Removes a TocStyleLevel from the collection.
public bool Remove(string name)
Public Function Remove(name As String) As Boolean
Type | Name | Description |
---|---|---|
string | name | The style name to remove. |
Type | Description |
---|---|
bool | true if the TocStyleLevel was successfully found and removed, false otherwise. |