RemoveListItem
This method removes a list item by its index.
Syntax
RemoveListItem (lIndex as Long)
Parameter | Description |
---|---|
lIndex | Index of entry to remove from the list. |
Sample Code
Project.AllClasses.ItemByName("Invoice").Fields("Currency").RemoveListItem(lngItem)