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

struct FunctionArgument
Description
contains the description of a single argument within a spreadsheet function.
See also
FunctionDescription

Elements' Summary
Name the name of the argument.  
Description a description of the argument.  
IsOptional determines whether the argument is optional.  
Elements' Details
Name
string Name;
Description
the name of the argument.
Description
string Description;
Description
a description of the argument.
IsOptional
boolean IsOptional;
Description
determines whether the argument is optional.
Top of Page