るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.097秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:text[x] > クラス:WIN32OLE_METHOD[x]

別のキーワード

  1. openssl to_text
  2. prettyprint text
  3. cgi text_field
  4. rexml/document text
  5. cgi/html text_field

ライブラリ

検索結果

WIN32OLE_METHOD#helpcontext -> Integer | nil (6102.0)

メソッドのヘルプコンテキストを取得します。

...します。

tobj = WIN32OLE_TYPE.new('Microsoft Excel 14.0 Object Library', 'Workbooks')
method = WIN32OLE_METHOD.new(tobj, 'Add')
puts method.helpcontext # => 65717

WIN32OLE_METHOD
オブジェクトを引数として、WIN32OLE.ole_show_helpで
ヘルプファイルを表示する場合...