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