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
|
|
Syntax
[readonly] long Id;
Description
returns the function's unique identifier.
Syntax
[readonly] long Category;
Description
returns the function's category.
Syntax
[readonly] string Name;
Description
returns the function's name.
Syntax
[readonly] string Description;
Description
returns a description of the function.
Syntax
[readonly] sequence< com::sun::star::sheet::FunctionArgument > Arguments;
Description
returns a sequence of descriptions of the function's arguments.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.