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