method
dispid
Ruby latest stable (v2_5_5)
-
0 notes -
Class: WIN32OLE_METHOD
dispid()
public
Returns dispatch ID.
tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Workbooks') method = WIN32OLE_METHOD.new(tobj, 'Add') puts method.dispid # => 181