| << COM_invoke | COM engine | COM_isprop >> |
| r = COM_ismethod(h, methodname) |
| r = ismethod(h, methodname) |
a COM object.
a string: method name tested as valid method for the COM object.
a logical.
e = actxserver('Excel.Application');
ismethod(e, 'Quit')
delete(e)
clear e
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET