Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ICustomFunctionSupport Interface / GetCustomFunctionEnumerator Method


In This Topic
    GetCustomFunctionEnumerator Method (ICustomFunctionSupport)
    In This Topic
    Gets an IEnumerator that enumerates through the names of the user-defined functions in the model.
    Syntax
    'Declaration
     
    
    Function GetCustomFunctionEnumerator() As IEnumerator
    'Usage
     
    
    Dim instance As ICustomFunctionSupport
    Dim value As IEnumerator
     
    value = instance.GetCustomFunctionEnumerator()
    IEnumerator GetCustomFunctionEnumerator()
    See Also