Search
IInformationProvider.getFunctionInformation Method
See Also
 






Gets an object containing information about the function signature.

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

 Syntax

Java  Copy Code

Object getFunctionInformation (
    String name
)

 Parameters

name

The name of the function.

 Return Value

An object containing the function signature.

 See Also