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