Search
IInformationProvider.GetFunctionInformation Method
See Also
 






Gets an object containing information about the function signature.

Namespace: MindFusion.Spreadsheet.Expressions
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

Object GetFunctionInformation (
    string name
)

Visual Basic  Copy Code

Function GetFunctionInformation( _
    name As String _
) As Object

 Parameters

name

The name of the function.

 Return Value

An object containing the function signature.

 Remarks

In client implementations this method should return null (Nothing in Visual Basic).

 See Also