method

ole_show_help

v1_8_6_287 - Show latest stable - Class: WIN32OLE
ole_show_help(...)
public

Displays helpfile. The 1st argument specifies WIN32OLE_TYPE object or WIN32OLE_METHOD object or helpfile.

   excel = WIN32OLE.new('Excel.Application')
   typeobj = excel.ole_type
   WIN32OLE.ole_show_help(typeobj)