123456789_123456789_123456789_123456789_123456789_

Module: WIN32OLE::VariantType

Relationships & Source Files
Defined in: lib/win32ole/property.rb,
ext/win32ole/win32ole_variant_m.c

Overview

The VariantType module includes constants of VARIANT type constants. The constants is used when creating Variant object.

obj = WIN32OLE::Variant.new("2e3", WIN32OLE::VARIANT::VT_R4)
obj.value # => 2000.0

Constant Summary