'宣言 Public Overloads ReadOnly Property Item( _ ByVal name As String _ ) As RibbonContextualTabGroup
public RibbonContextualTabGroup Item( string name ) {get;}
パラメータ
- name
- String containing the name of the tab group to locate (case-sensitive).
'宣言 Public Overloads ReadOnly Property Item( _ ByVal name As String _ ) As RibbonContextualTabGroup
public RibbonContextualTabGroup Item( string name ) {get;}
If the collection does not contain a tab group with the specified name, an System.ArgumentOutOfRangeException exception is thrown.