Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Elements Class / GetEnumerator Method / GetEnumerator(Int32,Int32) Method
Location of the element
Number of elements in the collection


In This Topic
    GetEnumerator(Int32,Int32) Method
    In This Topic
    Returns the index and number of the array list of elements.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Function GetEnumerator( _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) As IEnumerator
    'Usage
     
    
    Dim instance As Elements
    Dim index As Integer
    Dim count As Integer
    Dim value As IEnumerator
     
    value = instance.GetEnumerator(index, count)
    public virtual IEnumerator GetEnumerator( 
       int index,
       int count
    )

    Parameters

    index
    Location of the element
    count
    Number of elements in the collection

    Return Value

    Index and number of the elements' array list
    See Also