r = COM_isprop(h, propertyname)
r = isprop(h, propertyname)
| Parameter | Description |
|---|---|
| h | a COM object. |
| propertyname | a string: property name tested as valid property for the COM object. |
| Parameter | Description |
|---|---|
| r | a logical. |
e = actxserver('Excel.Application');
isprop(e, 'Window')
delete(e)
clear e
| Version | Description |
|---|---|
| 1.0.0 | initial version |