:: com :: sun :: star :: sheet ::
|
struct FunctionArgument |
|
- Description
- contains the description of a single argument within a spreadsheet
function.
|
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
Copyright © 2010 Sun Microsystems, Inc.