Contains Method (CellStyleCollection)
Checks whether the collection contains a given style.
'Declaration
Public Function Contains( _
ByVal As String _
) As Boolean
Parameters
- name
- Name of the style to look for.
Return Value
True if the collection contains a style called , false otherwise.