'Usage Dim instance As FieldCollection Dim index As Integer Dim value As Field instance.Insert(index, value)
'Usage Dim instance As FieldCollection Dim index As Integer Dim value As Field instance.Insert(index, value)
This method implements a standard collection operation. It will insert a Field object into the collection at the given index. It will move all Field objects that follow the newly added form (if any) back one place (their indices will be one greater than they were before this method.)