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