WIN32OLE_TYPE#typekind #=> number of type.
Instance Public methods
Returns number which represents type.
1 2 | tobj = WIN32OLE_TYPE . new ( 'Microsoft Word 10.0 Object Library' , 'Documents' ) puts tobj.typekind # => 4 |
Returns number which represents type.
1 2 | tobj = WIN32OLE_TYPE . new ( 'Microsoft Word 10.0 Object Library' , 'Documents' ) puts tobj.typekind # => 4 |
Designed by : w10schools
service@w10schools.com
Please login to continue.