method
ole_methods
Ruby latest stable (v2_5_5)
-
0 notes -
Class: WIN32OLE_TYPE
ole_methods()
public
Returns array of WIN32OLE_METHOD objects which represent OLE method defined in OLE type library.
tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Worksheet') methods = tobj.ole_methods.collect{|m| m.name } # => ['Activate', 'Copy', 'Delete',....]