[]
        
(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)
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.