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