WebComboBox.Add (gb.web.form)
Sub Add ( Item As String [ , Index As Integer ] )
Add an item to the popup list.
-
Item is the text of the item to add.
-
Index is the position the item will be inserted from. If not specified, the item is added at the end of the popup list.