'Declaration
Public Overloads Property Item( _ ByVal index As Integer _ ) As RibbonGroup
'Usage
Dim instance As RibbonGroupCollection Dim index As Integer Dim value As RibbonGroup instance.Item(index) = value value = instance.Item(index)
public RibbonGroup Item( int index ) {get; set;}
Parameters
- index
- Index of the item.