WIN32OLE_TYPE#guid #=> GUID
Instance Public methods
Returns GUID.
1 2 | tobj = WIN32OLE_TYPE . new ( 'Microsoft Excel 9.0 Object Library' , 'Application' ) puts tobj.guid # => {00024500-0000-0000-C000-000000000046} |
Returns GUID.
1 2 | tobj = WIN32OLE_TYPE . new ( 'Microsoft Excel 9.0 Object Library' , 'Application' ) puts tobj.guid # => {00024500-0000-0000-C000-000000000046} |
Designed by : w10schools
service@w10schools.com
Please login to continue.