Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetDataModel Class / GetModelScopeNameEnumerator Method


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