Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / IEnhancedCustomNameSupport Interface / GetModelScopeNameEnumerator Method


In This Topic
GetModelScopeNameEnumerator Method (IEnhancedCustomNameSupport)
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 IEnhancedCustomNameSupport
Dim value As IEnumerator
 
value = instance.GetModelScopeNameEnumerator()
See Also