struct FunctionArgument in module com::sun::star::sheet::

(Global Index)

Syntax

struct FunctionArgument;

Description

contains the description of a single argument within a FunctionDescription .

Field Summary

Name the name of the argument.

Description a description of the argument.

IsOptional if the argument is optional.

Field Details



Name

Syntax

string Name;

Description

the name of the argument.


Description

Syntax

string Description;

Description

a description of the argument.


IsOptional

Syntax

boolean IsOptional;

Description

if the argument is optional.

Top of Page