FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObjects 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 PSObjects
Dim index As Integer
Dim count As Integer
Dim value As IEnumerator
 
value = instance.GetEnumerator(index, 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