service FunctionDescription in module com::sun::star::sheet::

(Global Index)

Syntax

service FunctionDescription;

Description

a description of a function.

Property Summary

Id returns the function's unique identifier.

Category returns the function's category.

Name returns the function's name.

Description returns a description of the function.

Arguments returns a sequence of descriptions of the function's arguments.

Property Details



Id

Syntax

[readonly] long Id;

Description

returns the function's unique identifier.


Category

Syntax

[readonly] long Category;

Description

returns the function's category.


Name

Syntax

[readonly] string Name;

Description

returns the function's name.


Description

Syntax

[readonly] string Description;

Description

returns a description of the function.


Arguments

Syntax

[readonly] sequence< com::sun::star::sheet::FunctionArgument > Arguments;

Description

returns a sequence of descriptions of the function's arguments.

Top of Page