'Declaration
Public Overloads ReadOnly Property Item( _ ByVal name As String _ ) As RibbonGroup
'Usage
Dim instance As RibbonGroupCollection Dim name As String Dim value As RibbonGroup value = instance.Item(name)
public RibbonGroup Item( string name ) {get;}
Parameters
- name
- String containing the name of the item to locate (case-sensitive).