'Usage Dim instance As FieldCollection Dim index As Integer Dim value As Field instance.Item(index) = value value = instance.Item(index)
Parameters
- index
- The index in the collection to get or set.
'Usage Dim instance As FieldCollection Dim index As Integer Dim value As Field instance.Item(index) = value value = instance.Item(index)
This method implements a standard collection operation. It is the principle method you will use to read or change elements in the collection. You can read or modify any element in the collection with this method.