ListEntries.Clear Method
Removes all items from a drop-down form field.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Clear
'Usage
Dim instance As ListEntries
instance.Clear()
void Clear()