ContentControlListEntry.MoveDown Method
Word Developer Reference |
Moves an item in a drop-down list or combo box content control down one item, so that it is after the item that originally followed it.
Syntax
expression.MoveDown
expression An expression that returns a ContentControlListEntry object.
Example
The following example moves the first item down, so that it becomes the last item in the list of items in a drop-down list or combo box content control.
Visual Basic for Applications |
---|
|
See Also