|
Contents | Previous | Next | Subchapters |
| Syntax |
copropget(property name)property name, property arguments) |
| See Also | copropput , coinvoke |
cowith and coendwith functions
for an explanation of navigating object model hierarchies.
If present, property arguments may be integer, real,
or double precision matrices, logical scalars, or character row
vectors. The values of method arguments are passed
to property name.
clear
cocreate("Excel.Application")
print copropget("Caption")
coinvoke("Quit")
O-Matrix will respond
Microsoft Excel
which is the default application caption used by Excel.