| EnumeratorBase: Index (get) |
Gets the current index.
Public Property Get Index ( ) As Long
Read Only.
| Exception | Condition |
|---|---|
| InvalidOperationException |
Attempted to get the current index before enumeration has started. -or- Attempted to get the current index after enumeration has finished. -or- The underlying collection has changed. |