WIN32OLE_TYPELIB#version â The type library version.
Instance Public methods
Returns the type library version.
1 2 | tlib = WIN32OLE_TYPELIB . new ( 'Microsoft Excel 9.0 Object Library' ) puts tlib.version #-> 1.3 |
Returns the type library version.
1 2 | tlib = WIN32OLE_TYPELIB . new ( 'Microsoft Excel 9.0 Object Library' ) puts tlib.version #-> 1.3 |
Designed by : w10schools
service@w10schools.com
Please login to continue.