Spread WPF 17
GrapeCity.CalcEngine.Functions Namespace / CalcFunction Class / GetAllCustomFunctions Method


In This Topic
    GetAllCustomFunctions Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetAllCustomFunctions() As ICollection(Of CalcFunction)
    'Usage
     
    Dim value As ICollection(Of CalcFunction)
     
    value = CalcFunction.GetAllCustomFunctions()
    public static ICollection<CalcFunction> GetAllCustomFunctions()
    See Also