method

ole_show_help

v2_5_5 - Show latest stable - Class: WIN32OLE
ole_show_help(p1, p2 = v2)
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)