Search
IInformationProvider.getFunctionSummary Method
See Also
 






Gets a summary for the function with the specified name.

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

 Syntax

Java  Copy Code

String getFunctionSummary (
    String name
)

 Parameters

name

The name of the function.

 Return Value

A string representing the function description.

 See Also