|
Contents | Previous | Next | Subchapters |
| Syntax |
copropput(property name)property name, property arguments) |
| See Also | copropget , cowith , coinvoke |
cowith and coendwith
commands for a description of navigating automation
server object hierarchies.
The property arguments which are passed
to the specified property name may be
integer, real, or double-precision matrices, logical
scalars, or character row vectors.
cocreate("Excel.Application")
O-Matrix will start Excel. By default, the Excel automation
server starts Excel as a background process without the user
interface visible. If you wish Excel to be visible
you may continue the above example by entering
copropput("Visible", 1)
which sets the Excel.Application object property,
Visible to 1.