Constructors: NewVariants |
Initializes a Variant array with elements copied from Values.
Public Function NewVariants( ParamArray Values ( ) As Variant ) As Variant ( )
This is the same as using the Array function.
The array is zero-based.
If no values are passed in then an empty array is returned, not a null array.