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