Tabs object (Outlook Forms Script)
Represents all the Tab controls of a TabStrip.
Remarks
Each Tabs collection provides the features to manage the number of tabs in the collection and to identify the tab that is currently in use.
The default value of the Tabs collection identifies the current Tab of a collection.
Reference a Tab by its index value. The index value reflects the ordinal position of the Tab within the collection. The index of the first Tab in a collection is 0; the index of the second Tab is 1; and so on.
Methods
Name | Description |
---|---|
Add | Adds a Tab to a Tabs collection. |
Clear | Removes all tabs from a Tabs collection. |
Item | Returns a member of a collection, either by position or by name. |
Remove | Removes a member from a collection. |
Properties
Name | Description |
---|---|
Count | Returns a Long that represents the number of objects in a collection. Read-only. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.