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