WIN32OLE_TYPELIB#library_name
Instance Public methods
Returns library name. If the method fails to access library name, WIN32OLERuntimeError is raised.
1 2 | tlib = WIN32OLE_TYPELIB . new ( 'Microsoft Excel 9.0 Object Library' ) tlib.library_name # => Excel |
Please login to continue.