ContentControlListEntry.Index Property
Returns or sets the ordinal position of a content control list item in the collection of list items. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Index As Integer
Get
Set
'Usage
Dim instance As ContentControlListEntry
Dim value As Integer
value = instance.Index
instance.Index = value
int Index { get; set; }
Property Value
Type: System.Int32
Integer
See Also
Reference
ContentControlListEntry Interface