MindFusion.Wpf Pack Programmer's Guide
IInformationProvider.GetFunctionInformation Method
See Also
 





Gets an object containing information about the function signature.

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

 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

IInformationProvider Members
IInformationProvider Interface
MindFusion.Spreadsheet.Wpf.Expressions Namespace