ContentControlListEntries Members (Word)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

The ContentControlListEntries collection contains ContentControlListEntry objects that represent the items in a drop-down list or combo box content control.

Methods

Name

Description

Add

Adds a new list item to a drop-down list or combo box content control and returns a ContentControlListEntry object.

Clear

Clears all items from a drop-down list or combo box content control.

Item

Returns a ContentControlListEntry object that represents the specified item in the collection.

Properties

Name

Description

Application

Returns an Application object that represents the Microsoft Word application.

Count

Returns the number of items in the ContentControlListEntries collection. Read-only Long.

Creator

Returns a 32-bit integer that indicates the application in which the add-in was created. Read-only Long.

Parent

Returns an Object that represents the parent object of the specified ContentControlListEntries object.