method
visible?
v1_9_3_125 -
Show latest stable
- Class:
WIN32OLE_METHOD
visible?()public
Returns true if the method is public.
tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Workbooks') method = WIN32OLE_METHOD.new(tobj, 'Add') puts method.visible? # => true