'DeclarationOverloads Sub AddItem( _ ByVal text As System.String, _ ByVal index As System.Integer _ )
'UsageDim instance As IControlFormat Dim text As System.String Dim index As System.Integer instance.AddItem(text, index)
Parameters
- text
 - Specifies the text of the item to add.
 - index
 - Specifies the zero based index for the new item.