ListEntry Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an item in a drop-down form field.
public interface class ListEntry
[System.Runtime.InteropServices.Guid("00020923-0000-0000-C000-000000000046")]
public interface ListEntry
type ListEntry = interface
Public Interface ListEntry
- Attributes
Remarks
The ListEntry object is a member of the ListEntries collection. The ListEntries collection includes all the items in 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).
Use the Add(String, Object) method to add an item to a drop-down form field.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Index |
Returns an Integer that represents the position of an item in a collection. |
Name |
Returns or sets the name of the specified object. |
Parent |
Returns an object that represents the parent object of the specified object. |
Methods
Delete() |
Deletes the specified object. |