This document is archived and information here might be outdated. Recommended version. |
Adds new boolean value to the array.
[Visual Basic .NET] Public Sub AddBoolean ( _ ByVal Value As Boolean _ )
[C#] public void AddBoolean ( bool Value );
[C++]
HRESULT AddBoolean(
VARIANT_BOOL Value
);
[C++]
Parameters Value [in]
Value is a parameter of type bool