Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IEnhancedCustomNameSupport2 Interface / GetModelScopeNameEnumerator Method


In This Topic
    GetModelScopeNameEnumerator Method (IEnhancedCustomNameSupport2)
    In This Topic
    Gets an IEnumerator that enumerates through the custom names defined in the model.
    Syntax
    'Declaration
     
    
    Function GetModelScopeNameEnumerator() As IEnumerator
    'Usage
     
    
    Dim instance As IEnhancedCustomNameSupport2
    Dim value As IEnumerator
     
    value = instance.GetModelScopeNameEnumerator()
    IEnumerator GetModelScopeNameEnumerator()
    See Also