Search
IInformationProvider.getFunctions Method
See Also
 






Gets a list with the names of all available functions.

Namespace: com.mindfusion.spreadsheet.expressions
Package: com.mindfusion.spreadsheet.expressions

 Syntax

Java  Copy Code

Iterable<String> getFunctions ()

 Return Value

An enumerable of the function names.

 See Also