12件ヒット
[1-12件を表示]
(0.005秒)
別のキーワード
検索結果
-
WIN32OLE
. ole _ show _ help(obj , helpcontext = nil) -> () (13.0) -
WIN32OLEオブジェクトのヘルプファイルを表示します。
...プファイルを持たない場合
(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...