'宣言 Public Overloads Property Item( _ ByVal index As Integer _ ) As RibbonGroup
public RibbonGroup Item( int index ) {get; set;}
パラメータ
- index
 - 項目のインデックス。
 
'宣言 Public Overloads Property Item( _ ByVal index As Integer _ ) As RibbonGroup
public RibbonGroup Item( int index ) {get; set;}