This document is archived and information here might be outdated. Recommended version. |
Add an element.
[Visual Basic .NET]
Public Sub Add ( _
ByVal Element As Object _
)
[C#]
public void Add (
object Element
);
[C++]
HRESULT Add(
VARIANT Element
);
[C++] Parameters Element [in]
Element is a parameter of type VARIANT
Adds the element to the end of the array.