101件ヒット
[101-101件を表示]
(0.030秒)
ライブラリ
- win32ole (101)
クラス
- WIN32OLE (23)
-
WIN32OLE
_ EVENT (6) -
WIN32OLE
_ METHOD (18) -
WIN32OLE
_ PARAM (9) -
WIN32OLE
_ TYPE (21) -
WIN32OLE
_ TYPELIB (11) -
WIN32OLE
_ VARIABLE (8) -
WIN32OLE
_ VARIANT (5)
キーワード
- [] (2)
- []= (2)
-
_ getproperty (1) -
_ invoke (1) -
_ setproperty (1) - default (1)
-
default
_ event _ sources (1) -
default
_ ole _ types (1) - dispid (1)
- each (1)
- event? (1)
-
event
_ interface (1) - guid (2)
- handler (1)
- handler= (1)
- helpcontext (2)
- helpfile (2)
- helpstring (2)
-
implemented
_ ole _ types (1) - input? (1)
- inspect (1)
- invkind (1)
- invoke (1)
-
invoke
_ kind (1) -
library
_ name (1) -
major
_ version (2) -
method
_ missing (1) -
minor
_ version (2) - name (5)
-
off
_ event (1) -
offset
_ vtbl (1) -
ole
_ activex _ initialize (1) -
ole
_ classes (1) -
ole
_ free (1) -
ole
_ func _ methods (1) -
ole
_ get _ methods (1) -
ole
_ method (1) -
ole
_ method _ help (1) -
ole
_ methods (2) -
ole
_ obj _ help (1) -
ole
_ put _ methods (1) -
ole
_ query _ interface (1) -
ole
_ respond _ to? (1) -
ole
_ type (4) -
ole
_ type _ detail (2) -
ole
_ typelib (2) -
ole
_ types (1) -
on
_ event (1) -
on
_ event _ with _ outargs (1) - optional? (1)
- output? (1)
- params (1)
- path (1)
- progid (1)
-
return
_ type (1) -
return
_ type _ detail (1) -
return
_ vtype (1) - retval? (1)
- setproperty (2)
-
size
_ opt _ params (1) -
size
_ params (1) -
source
_ ole _ types (1) -
src
_ type (1) -
to
_ s (5) - typekind (1)
- unadvise (1)
- value (2)
- value= (1)
-
variable
_ kind (1) - variables (1)
- varkind (1)
- vartype (1)
- version (1)
- visible? (4)
検索結果
-
WIN32OLE
_ VARIABLE # visible? -> bool (33022.0) -
変数の可視性を取得します。
変数の可視性を取得します。
@return publicアクセス可能であれば真を返します。
tobj = WIN32OLE_TYPE.new('Microsoft Excel 14.0 Object Library', 'XlSheetType')
puts tobj.variables.map {|v| v.visible?}.uniq # => true