Search
XmlInformationProvider.GetFunctionInformation Method
See Also
 






IInformationProvider.GetFunctionInformation implementation.

Namespace: MindFusion.Spreadsheet.Wpf.Expressions
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Object GetFunctionInformation (
    string name
)

Visual Basic  Copy Code

Public Function GetFunctionInformation( _
    name As String _
) As Object

 Parameters

name

The name of the function.

 Return Value

An object containing the function signature.

 See Also