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)

Usage

Public Class istEntriesImplementation
    Implements ListEntries
End Class
Dim istEntriesImplementation1 As New istEntriesImplementation()

Syntax

Public Interface ListEntries
    Inherits IEnumerable
public interface ListEntries : IEnumerable
public interface class ListEntries : public IEnumerable
public interface ListEntries implements IEnumerable
public interface ListEntries implements 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).

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

ListEntries Members