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