method
name
v2_6_3 -
Show latest stable
- Class:
WIN32OLE_METHOD
name()public
Returns the name of the method.
tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Workbook') method = WIN32OLE_METHOD.new(tobj, 'SaveAs') puts method.name # => SaveAs