new

WIN32OLE_METHOD.new(ole_type, method) â WIN32OLE_METHOD object
Class Public methods

Returns a new WIN32OLE_METHOD object which represents the information about OLE method. The first argument ole_type specifies WIN32OLE_TYPE object. The second argument method specifies OLE method name defined OLE class which represents WIN32OLE_TYPE object.

tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Workbook')
method = WIN32OLE_METHOD.new(tobj, 'SaveAs')
doc_ruby_on_rails
2015-06-12 23:00:58
Comments
Leave a Comment

Please login to continue.