'Declaration Public Function Contains( _ ByVal name As System.String _ ) As System.Boolean
public System.bool Contains( System.string name )
Parameters
- name
- The style name to check.
Return Value
True if the collection contains a style with the specified name or alias, false otherwise.