Add a new Element object to the collection
Return Type
An Element object.
Syntax
object.Add (Element[, sKey])
The Add method syntax has these parts:
Part | Description |
object | An expression evaluating to an object of type Elements. |
Element | Required. An Element object. |
sKey | Optional. A String value. |