WIN32OLE_TYPELIB#ole_types รข The array of WIN32OLE_TYPE object included the type library.
Instance Public methods
Returns the type library file path.
tlib = WIN32OLE_TYPELIB.new('Microsoft Excel 9.0 Object Library') classes = tlib.ole_types.collect{|k| k.name} # -> ['AddIn', 'AddIns' ...]
Please login to continue.