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





Gets a list with the names of all available functions.

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

 Syntax

C#  Copy Code

IEnumerable<string> GetFunctions ()

Visual Basic  Copy Code

Function GetFunctions () As IEnumerable(Of String)

 Return Value

An enumerable of the function names.

 See Also

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