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





Gets a summary for the function with the specified name.

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

 Syntax

C#  Copy Code

string GetFunctionSummary (
    string name
)

Visual Basic  Copy Code

Function GetFunctionSummary( _
    name As String _
) As String

 Parameters

name

The name of the function.

 Return Value

A string representing the function description.

 See Also

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