ContentControlListEntry.MoveDown Method
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub MoveDown
'Usage
Dim instance As ContentControlListEntry
instance.MoveDown()
void MoveDown()
See Also
Reference
ContentControlListEntry Interface