20 #ifndef __com_sun_star_sheet_FunctionArgument_idl__
21 #define __com_sun_star_sheet_FunctionArgument_idl__
24 module com { module sun { module star { module sheet {
string Description
a description of the argument.
Definition: FunctionArgument.idl:42
boolean IsOptional
determines whether the argument is optional.
Definition: FunctionArgument.idl:47
string Name
the name of the argument.
Definition: FunctionArgument.idl:37
contains the description of a single argument within a spreadsheet function.
Definition: FunctionArgument.idl:32