'Usage Dim instance As IListControl Dim index As Integer Dim count As Integer instance.RemoveItem(index, count)
Parameters
- index
- The number of the first item to be removed.
- count
- The number of items to be removed, starting at item index.
'Usage Dim instance As IListControl Dim index As Integer Dim count As Integer instance.RemoveItem(index, count)