This method of the Variant Class retrieves the value of a VT_CY Variant.
public long getCurrency();
Returns the Variant object's value, which is converted to a Java long.
ClassCastException if the variant type is not VT_CY.