Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / CaptionsArrayList Class / GetEnumerator Method / GetEnumerator(Int32,Int32) Method
Index
Number


In This Topic
    GetEnumerator(Int32,Int32) Method
    In This Topic
    Gets the enumerator at the specified position.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetEnumerator( _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) As IEnumerator
    'Usage
     
    
    Dim instance As CaptionsArrayList
    Dim index As Integer
    Dim count As Integer
    Dim value As IEnumerator
     
    value = instance.GetEnumerator(index, count)
    public IEnumerator GetEnumerator( 
       int index,
       int count
    )

    Parameters

    index
    Index
    count
    Number
    See Also