'Declaration Public Overloads ReadOnly Property Item( _ ByVal name As System.String _ ) As RibbonGroup
public RibbonGroup Item( System.string name ) {get;}
Parameters
- name
- String containing the name of the item to locate (case-sensitive).
'Declaration Public Overloads ReadOnly Property Item( _ ByVal name As System.String _ ) As RibbonGroup
public RibbonGroup Item( System.string name ) {get;}
If the collection does not contain an item with the specified name, an System.ArgumentOutOfRangeException exception is thrown.