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