'Usage
Dim instance As DataItemCollection Dim type As String Dim value As DataItem instance.Item(type) = value value = instance.Item(type)
Parameters
- type
- The Type string of the DataItem in the collection to get or set. If multiple DataItems in the collection have the same value for the Type property, this method will return the matching item with the lowest numeric index.