Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetCustomFunctionEnumerator Method


In This Topic
    GetCustomFunctionEnumerator Method (FpSpread)
    In This Topic
    Gets an IEnumerable<GrapeCity.CalcEngine.Function> that enumerates through the names of the custom functions in the workbook.
    Syntax
    'Declaration
     
    
    Public Function GetCustomFunctionEnumerator() As IEnumerator(Of Function)
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As IEnumerator(Of Function)
     
    value = instance.GetCustomFunctionEnumerator()
    public IEnumerator<Function> GetCustomFunctionEnumerator()
    See Also