Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetCustomNameEnumerator Method / GetCustomNameEnumerator(Boolean) Method


In This Topic
    GetCustomNameEnumerator(Boolean) Method
    In This Topic
    Gets an IEnumerator on this sheet that enumerates through the custom names defined in the model.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetCustomNameEnumerator( _
       ByVal sheetViewScope As Boolean _
    ) As IEnumerator
    'Usage
     
    
    Dim instance As SheetView
    Dim sheetViewScope As Boolean
    Dim value As IEnumerator
     
    value = instance.GetCustomNameEnumerator(sheetViewScope)
    public IEnumerator GetCustomNameEnumerator( 
       bool sheetViewScope
    )

    Parameters

    sheetViewScope
    See Also