るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.292秒)
トップページ > クエリ:RuntimeError[x] > クエリ:ole_show_help[x]

別のキーワード

  1. _builtin new
  2. _builtin inspect
  3. _builtin []
  4. _builtin to_s
  5. _builtin each

ライブラリ

クラス

検索結果

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

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

...obj引数にヘルプファイルのフルパス名を設定した場合は
0を指定してください。

@raise RuntimeError オブジェクトが関連するヘルプファイルを持たない場合
(no helpfile of `オブジェクト名') や...
...ファイル
がインストールされていない場合 (failed to open
help file `ファイル名') に通知します。

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