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

In This Topic
    Contains Method (TocStyleLevelCollection)
    In This Topic
    Gets a value indicating whether the collection contains a TocStyleLevel associated with a specified style name.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal name As System.String _
    ) As System.Boolean
    public System.bool Contains( 
       System.string name
    )

    Parameters

    name
    The style name.

    Return Value

    true if the collection contains a TocStyleLevel associated with name, false otherwise.
    See Also