[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.TocStyleLevelCollection.Contains

Contains Method

Contains(string)

Gets a value indicating whether the collection contains a TocStyleLevel associated with a specified style name.

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

The style name.

Returns
Type Description
bool

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