ContentControlListEntry.Index property (Word)
Returns or sets a Long that represents the ordinal position of a content control list item in the collection of list items. Read/write.
Syntax
expression.Index
expression An expression that returns a ContentControlListEntry object.
Remarks
You can set the Index property to any numeric value to change the ordinal position of an item in a list. For example, if you change the Index property for the fifth item in a list to "2", the fifth item becomes the second item. The original second item, and all items that follow, move down one position.
See also
ContentControlListEntry Object
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.