WIN32OLE#ole_typelib â The WIN32OLE_TYPELIB object
Instance Public methods
Returns the WIN32OLE_TYPELIB object. The object represents the type library which contains the WIN32OLE object.
excel = WIN32OLE.new('Excel.Application') tlib = excel.ole_typelib puts tlib.name # -> 'Microsoft Excel 9.0 Object Library'
Please login to continue.