WIN32OLE_TYPE#ole_type #=> OLE type string.
Instance Public methods
returns type of OLE class.
1 2 | tobj = WIN32OLE_TYPE . new ( 'Microsoft Excel 9.0 Object Library' , 'Application' ) puts tobj.ole_type # => Class |
returns type of OLE class.
1 2 | tobj = WIN32OLE_TYPE . new ( 'Microsoft Excel 9.0 Object Library' , 'Application' ) puts tobj.ole_type # => Class |
Designed by : w10schools
service@w10schools.com
Please login to continue.