IEnumIndex Interface

Provides access to members that enumerate over a set of indexes.

Members

Name Description
Method Next Retrieves the next index in the set.
Method Reset Resets the enumeration sequence to the beginning.

IEnumIndex.Next Method

Retrieves the next index in the set.

Public Function Next ( _
) As IIndex
public IIndex Next (
);

IEnumIndex.Reset Method

Resets the enumeration sequence to the beginning.

Public Sub Reset ( _
)
public void Reset (
);

Classes that implement IEnumIndex

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.