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