ListEntries Interface

Definition

A collection of ListEntry objects that represent all the items in a drop-down form field.

public interface class ListEntries : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00020924-0000-0000-C000-000000000046")]
public interface ListEntries : System.Collections.IEnumerable
type ListEntries = interface
    interface IEnumerable
Public Interface ListEntries
Implements IEnumerable
Attributes
Implements

Remarks

Use the ListEntries property to return the ListEntries collection.

Use the Add(String, Object) 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).

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Object]

Returns an individual object in a collection.

Parent

Returns an object that represents the parent object of the specified object.

Methods

Add(String, Object)

Returns a ListEntry object that represents an item added to a drop-down form field.

Clear()

Removes all items from a drop-down form field.

GetEnumerator()

Applies to