ContentControlListEntry.Delete Method
Word Developer Reference |
Deletes the specified item in a combo box or drop-down list content control.
Syntax
expression.Delete
expression An expression that returns a ContentControlListEntry object.
Example
The following example deletes a drop-down list item if the display text of the item is "Other".
Visual Basic for Applications |
---|
|
See Also