Dim instance As DataItemCollection Dim value As DataItem Dim value As Integer value = instance.Add(value)
Parameters
- value
- The zero-based index of the newly added DataItem.
Dim instance As DataItemCollection Dim value As DataItem Dim value As Integer value = instance.Add(value)
This method implements a standard collection operation. It will insert a new DataItem object at the end of the collection. When this method is complete, the length of the collection will be one larger than it was and the element with the highest index will be the new object.