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