Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the specified item in the collection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Integer _
) As ContentControlListEntry
Get
'Usage
Dim instance As ContentControlListEntries
Dim Index As Integer
Dim value As ContentControlListEntry
value = instance(Index)
ContentControlListEntry this[
int Index
] { get; }
Parameters
- Index
Type: System.Int32
Specifies the ordinal position of the object within the collection.
Property Value
Type: Microsoft.Office.Interop.Word.ContentControlListEntry
ContentControlListEntry
See Also
Reference
ContentControlListEntries Interface