method AddItem(Item: Variant)
Available for Drop-Down Lists. Adds a item to the end of the list.
AddItem method syntax has these named arguments:
Parameter |
Description |
|---|---|
Item |
Required. The item to be added to the end of the drop-down list. |
For example:
eDropDownList1.AddItem("Extra Option")