LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
FunctionArgument Struct Referencepublished

contains the description of a single argument within a spreadsheet function. More...

import"FunctionArgument.idl";

Public Attributes

string Name
 the name of the argument. More...
 
string Description
 a description of the argument. More...
 
boolean IsOptional
 determines whether the argument is optional. More...
 

Detailed Description

contains the description of a single argument within a spreadsheet function.

See also
com::sun::star::sheet::FunctionDescription

Member Data Documentation

◆ Description

string Description

a description of the argument.

◆ IsOptional

boolean IsOptional

determines whether the argument is optional.

◆ Name

string Name

the name of the argument.


The documentation for this struct was generated from the following file: