[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.TocStyleLevelCollection.Remove

Remove Method

Remove(string)

Removes a TocStyleLevel from the collection.

Declaration
public bool Remove(string name)
Public Function Remove(name As String) As Boolean
Parameters
Type Name Description
string name

The style name to remove.

Returns
Type Description
bool

true if the TocStyleLevel was successfully found and removed, false otherwise.