This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET]
Public Function Add ( _
ByVal stringArray As Object, _
ByVal Count As Integer _
) As Integer
[C#]
public int Add (
object stringArray,
int Count
);
[C++]
HRESULT Add(
VARIANT stringArray,
long Count
);
[C++] Parameters stringArray [in]
stringArray is a parameter of type VARIANT Count [in]
Count is a parameter of type long