This method of the Variant Class retrieves the referenced value of a VT_BYREF|VT_ARRAY|VT_VARIANT Variant. The embedded array must be one-dimensional. This is an "expensive" method, which has been superceded by the toSafeArray method.
public native Variant[] getVariantArrayRef();
Returns the Variant's referenced value converted to a Java array of Variant objects.