WIN32OLE_TYPELIB#name â The type library name
Instance Public methods
Returns the type library name.
1 2 | tlib = WIN32OLE_TYPELIB . new ( 'Microsoft Excel 9.0 Object Library' ) name = tlib.name # -> 'Microsoft Excel 9.0 Object Library' |
Please login to continue.