Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service FunctionDescription

Description
a description of a function.


Properties' 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.

Properties' Details

Id
 
[ readonly ] long Id;
Description
returns the function's unique identifier.
Category
 
[ readonly ] long Category;
Description
returns the function's category.
Name
 
[ readonly ] string Name;
Description
returns the function's name.
Description
 
[ readonly ] string Description;
Description
returns a description of the function.
Arguments
 
[ readonly ] sequence< com::sun::star::sheet::FunctionArgument > Arguments;
Description
returns a sequence of descriptions of the function's arguments.

Top of Page