WIN32OLE_TYPE#visible #=> true or false
Instance Public methods
Returns true if the OLE class is public.
1 2 | tobj = WIN32OLE_TYPE . new ( 'Microsoft Excel 9.0 Object Library' , 'Application' ) puts tobj.visible # => true |
Returns true if the OLE class is public.
1 2 | tobj = WIN32OLE_TYPE . new ( 'Microsoft Excel 9.0 Object Library' , 'Application' ) puts tobj.visible # => true |
Designed by : w10schools
service@w10schools.com
Please login to continue.