WIN32OLE_TYPELIB#guid â The guid string.
Instance Public methods
Returns guid string which specifies type library.
1 2 | tlib = WIN32OLE_TYPELIB . new ( 'Microsoft Excel 9.0 Object Library' ) guid = tlib.guid # -> '{00020813-0000-0000-C000-000000000046}' |
Please login to continue.