'Usage
Dim instance As IControlFormat Dim text As String Dim index As Integer instance.AddItem(text, index)
Parameters
- text
- The text to be added.
- index
- The position of the new entry. If the list has fewer entries than the specified index, blank items from the end of the list are added to the specified position. If this argument is omitted, the item is appended to the existing list.