[]
Adds a new Field object to the current collection.
public int Add(Field field)
Public Function Add(field As Field) As Integer
| Type | Name | Description |
|---|---|---|
| Field | field | The Field object to add. |
| Type | Description |
|---|---|
| int | The index of the added object in the current collection. |