'Declaration
Public Overloads ReadOnly Property Item( _ ByVal name As String _ ) As RibbonGroup
public RibbonGroup Item( 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 String _ ) As RibbonGroup
public RibbonGroup Item( string name ) {get;}
If the collection does not contain an item with the specified name, an System.ArgumentOutOfRangeException exception is thrown.