'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.