[]
Adds the specified RibbonContextualTabGroup to the collection.
public int Add(RibbonContextualTabGroup tabGroup)
| Type | Name | Description |
|---|---|---|
| RibbonContextualTabGroup | tabGroup |
| Type | Description |
|---|---|
| int |
Adds a new tab group with the specified text to the collection.
public RibbonContextualTabGroup Add(string text)
| Type | Name | Description |
|---|---|---|
| string | text | The text to display on the new tab. |
| Type | Description |
|---|---|
| RibbonContextualTabGroup | The newly created RibbonContextualTabGroup object. |