<< COM_delete COM engine COM_get >>

COM_fieldnames


Returns the properties name of an COM object.


Syntax


l = COM_fieldnames(h)
l = fieldnames(h)

Input argument


h

a COM object.

Output argument


l

a cell of strings.

Description


fieldnames returns a cell of strings with properties name.

Example


e = actxserver('Excel.Application');
fieldnames(e)
delete(e)
clear e

See also


COM_set.

History


Version Description
1.0.0 initial version

Author


Allan CORNET

<< COM_delete COM engine COM_get >>