Spread Silverlight Documentation
GetAllCustomFunctions Method


GrapeCity.CalcEngine.Functions Namespace > CalcFunction Class : GetAllCustomFunctions Method
Syntax
'Declaration
 
Public Shared Function GetAllCustomFunctions() As System.Collections.Generic.ICollection(Of CalcFunction)
'Usage
 
Dim value As System.Collections.Generic.ICollection(Of CalcFunction)
 
value = CalcFunction.GetAllCustomFunctions()
public static System.Collections.Generic.ICollection<CalcFunction> GetAllCustomFunctions()
See Also

Reference

CalcFunction Class
CalcFunction Members