Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / BaseSheetSelectionModel Class / GetEnumerator Method
Example


In This Topic
    GetEnumerator Method (BaseSheetSelectionModel)
    In This Topic
    Gets an enumerator that can iterate through the selections.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetEnumerator() As IEnumerator
    'Usage
     
    
    Dim instance As BaseSheetSelectionModel
    Dim value As IEnumerator
     
    value = instance.GetEnumerator()
    public virtual IEnumerator GetEnumerator()

    Return Value

    IEnumerator object for enumerating to the next selection
    Example
    This example iterates through the selections.
    See Also