CommandCategories.Item Property
Parent Object: CommandCategoriesDescription
Returns the specified object in the collection. The index can be numeric or the object name.
Syntax
CommandCategories.Item( Index As Variant ) As CommandCategoryProperty Value
This is a read only property whose value is a CommandCategory.Parameters
Name | Type | Description |
Index | Variant | Input Variant that specifies the index within the collection of the item to return. |