interface XFunctionDescriptions in module com::sun::star::sheet::

(Global Index)

Syntax

interface XFunctionDescriptions : com::sun::star::container::XIndexAccess ;

Description

manages the list of descriptions of functions.

See also

FunctionDescriptions

Method Summary

getById finds a function description by its identifier.

Known Services Which Export this Interface

com::sun::star::sheet::FunctionDescriptions

Method Details



getById

Syntax

sequence< com::sun::star::beans::PropertyValue > getById (
long nId )
raises ( com::sun::star::lang::IllegalArgumentException );

Description

finds a function description by its identifier.

Returns

the FunctionDescription .

Parameter nId

This is the identifier of the function description.
Top of Page