Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / ISheetSelectionModel Interface / GetEnumerator Method
Example


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

    Return Value

    IEnumerator object for enumerating to the next selection
    Example
    See Also