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


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

    Return Value

    IEnumerator setting for the custom name
    Example
    This example returns a custom name from the model.
    See Also