return_vtype

WIN32OLE_METHOD#return_vtype
Instance Public methods

Returns number of return value type of method.

tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Workbooks')
method = WIN32OLE_METHOD.new(tobj, 'Add')
puts method.return_vtype # => 26
doc_ruby_on_rails
2015-06-13 00:02:14
Comments
Leave a Comment

Please login to continue.