Determines whether the collection contains a
RibbonGroup with the given name.
public System.bool Contains(
System.string
)
'Declaration
Public Overloads Function Contains( _
ByVal As System.String _
) As System.Boolean
Parameters
- name
- String containing the name of the item to locate (case-sensitive).
Return Value
True if the collection contains an object with the given , false otherwise.