るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.033秒)
トップページ > バージョン:2.3.0[x] > クエリ:Integer[x] > クエリ:context[x] > クラス:WIN32OLE_METHOD[x]

別のキーワード

  1. openssl integer
  2. asn1 integer
  3. _builtin integer
  4. integer new
  5. integer downto

ライブラリ

検索結果

WIN32OLE_METHOD#helpcontext -> Integer | nil (18607.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で
ヘルプファイルを表示する場合...