ListEntries Interface
A collection of ListEntry objects that represent all the items in a drop-down form field.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("00020924-0000-0000-C000-000000000046")> _
Public Interface ListEntries _
Inherits IEnumerable
'Usage
Dim instance As ListEntries
[GuidAttribute("00020924-0000-0000-C000-000000000046")]
public interface ListEntries : IEnumerable
Remarks
Use the ListEntries property to return the ListEntries collection.
Use the Add method to add an item to a drop-down form field.
Use ListEntries(index), where index is the list entry name or the index number, to return a single ListEntry object. The index number represents the position of the entry in the drop-down form field (the first item is index number 1).