Not found

The exact documentation you were looking for could not be found. Here is the best guess.

visible?() public

Returns true if the OLE class is public.

tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Application')
puts tobj.visible  # => true
Show source
Register or log in to add new notes.