DropDown.ListEntries Property
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.
Returns a ListEntries collection that represents all the items in a DropDown object.
public:
property Microsoft::Office::Interop::Word::ListEntries ^ ListEntries { Microsoft::Office::Interop::Word::ListEntries ^ get(); };
public Microsoft.Office.Interop.Word.ListEntries ListEntries { get; }
member this.ListEntries : Microsoft.Office.Interop.Word.ListEntries
Public ReadOnly Property ListEntries As ListEntries