PropertyObject.GetValVariantByOffset ( arrayOffset, options)
Variant containing the value of the array element. If the element is an empty array, this method returns a variant that contains an array with its bounds set to indicate that it contains no elements, such as [0..-1].
Returns the value of the array element specified by the arrayOffset parameter in a variant.
This method is only valid for array objects.
arrayOffset As Long
[In] A zero-based number representing the offset of an array element in the one-dimensional physical storage of the array. The offset is in terms of the number of elements.
options As Long
[In] Pass 0 to specify the default behavior, or pass one or more PropertyOptions constants. Use the bitwise-OR operator to specify multiple options.