LibreOffice
LibreOffice 7.4 SDK API Reference
Public Types | Public Attributes | List of all members
FunctionDescription Service Referencepublished

collects all properties used to describe a function. More...

import"FunctionDescription.idl";

Public Types

typedef sequence< com::sun::star::sheet::FunctionArgumentArguments
 returns a sequence of localized descriptions of the function's arguments (in the order specified by the function). More...
 

Public Attributes

long Id
 returns the function's unique identifier. More...
 
long Category
 returns the function's category. More...
 
string Name
 returns the localized function's name. More...
 
string Description
 returns a localized description of the function. More...
 

Detailed Description

collects all properties used to describe a function.

See also
com::sun::star::sheet::FunctionDescriptions
Developers Guide
Spreadsheet Documents - Function Handling - Information about Functions

Member Typedef Documentation

◆ Arguments

sequence< com::sun::star::sheet::FunctionArgument > Arguments
propertyreadonly

returns a sequence of localized descriptions of the function's arguments (in the order specified by the function).

Member Data Documentation

◆ Category

long Category
propertyreadonly

returns the function's category.

See also
com::sun::star::sheet::FunctionCategory

◆ Description

string Description
propertyreadonly

returns a localized description of the function.

◆ Id

long Id
propertyreadonly

returns the function's unique identifier.

See also
com::sun::star::sheet::XFunctionDescriptions

◆ Name

string Name
propertyreadonly

returns the localized function's name.


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