:: com :: sun :: star :: bridge :: oleautomation ::

struct NamedArgument

Elements' Summary
Name The name of the argument, for which NamedArgument::Value is intended.  
Value The value of the argument whoose name is the one as contained in the member Name.  
Elements' Details
Name
string Name;
Description
The name of the argument, for which NamedArgument::Value is intended.
Value
any Value;
Description
The value of the argument whoose name is the one as contained in the member Name.
Top of Page