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

interface XFunctionDescriptions
Base Interfaces
XFunctionDescriptions
┗ ::com::sun::star::container::XIndexAccess
   ┗ ::com::sun::star::container::XElementAccess

::com::sun::star::container::XIndexAccess
(referenced interface's summary:)

Methods' Summary
getById finds a function description by the identifier of the function.  
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 the identifier of the function.
Parameter nId
is the identifier of the function description (the same that is used in the service RecentFunctions.

Returns
the sequence of property values (described in FunctionDescription).
Top of Page