Tabs Class Mambers

Tabs object represents collection of all tabs in the Ribbon.
Add
Adds new Tab to the Ribbon. This method returns created Tab object.
Clear
Remove all elements from collection.
Count
Count of Tabs in the collection. This property is read-only.
Item( 1-based index )
Item( name )
Returns item from collection by index or by name. Returned value is a Tab object.