WIN32OLE_TYPE#major_version
Instance Public methods
Returns major version.
1 2 | tobj = WIN32OLE_TYPE . new ( 'Microsoft Word 10.0 Object Library' , 'Documents' ) puts tobj.major_version # => 8 |
Returns major version.
1 2 | tobj = WIN32OLE_TYPE . new ( 'Microsoft Word 10.0 Object Library' , 'Documents' ) puts tobj.major_version # => 8 |
Designed by : w10schools
service@w10schools.com
Please login to continue.