Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XFunctionDescriptions

Base Interface
com::sun::star::container::XIndexAccess

Description
manages the list of descriptions of functions.
See also
com::sun::star::sheet::FunctionDescriptions


Known Services which Export this Interface

com::sun::star::sheet::FunctionDescriptions a list of function descriptions.

Methods' Summary

getById finds a function description by its identifier.

Methods' Details

getById
 
sequence< com::sun::star::beans::PropertyValue >
getById(
[ in ] 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