AppendListItem

This method adds a new list item and returns a new item index for it.

Syntax

AppendListItem (bstrItem as String) as Long
Parameter Description
bstrItem String inserted into the list.

Return value

Index of the new item.