Top   Module   Use   Manual   Index 

com :: sun :: star :: sheet ::

struct FunctionArgument


Description
contains the description of a single argument within a FunctionDescription .


Elements

string Name
Description
the name of the argument.
string Description
Description
a description of the argument.
boolean IsOptional
Description
if the argument is optional.
Top of Page