るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.014秒)
トップページ > クエリ:show_help[x] > 種類:特異メソッド[x]

別のキーワード

  1. win32ole ole_show_help
  2. command show_help
  3. options show_all=
  4. options show_hash
  5. options show_all

ライブラリ

クラス

検索結果

WIN32OLE.ole_show_help(obj, helpcontext = nil) -> () (6108.0)

WIN32OLEオブジェクトのヘルプファイルを表示します。

...ファイル
がインストールされていない場合 (failed to open
help file `ファイル名') に通知します。

excel = WIN32OLE.new('Excel.Application')
typeobj = excel.ole_obj_help
WIN32OLE.ole_show_help(typeobj) if typeobj.helpfile...