Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / TocStyleLevelCollection Class / Remove Method
The style name to remove.

In This Topic
    Remove Method (TocStyleLevelCollection)
    In This Topic
    Removes a TocStyleLevel from the collection.
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal name As System.String _
    ) As System.Boolean
    public System.bool Remove( 
       System.string name
    )

    Parameters

    name
    The style name to remove.

    Return Value

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