Add Method (FieldCollection)
Adds a new
Field object to the current collection.
'Declaration
Public Function Add( _
ByVal As Field _
) As Integer
Parameters
- field
- The Field object to add.
Return Value
The index of the added object in the current collection.