Search
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