Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / DefaultSheetDataModel Class / GetCustomFunctionEnumerator Method
Example


In This Topic
    GetCustomFunctionEnumerator Method (DefaultSheetDataModel)
    In This Topic
    Gets an IEnumerator that enumerates through the names of the custom functions in the model.
    Syntax
    'Declaration
     
    
    Public Function GetCustomFunctionEnumerator() As IEnumerator
    'Usage
     
    
    Dim instance As DefaultSheetDataModel
    Dim value As IEnumerator
     
    value = instance.GetCustomFunctionEnumerator()
    public IEnumerator GetCustomFunctionEnumerator()

    Return Value

    IEnumerator setting for the custom function
    Example
    This example returns a user-defined custom function from the model.
    See Also