Search
ITables.GetEnumerator Method
See Also
 



Returns an IEnumerator object that can be used to traverse the collection.

 Syntax

VB6  Copy Code

Public Function GetEnumerator () As IEnumerator

C++  Copy Code

public:
IEnumerator* GetEnumerator () = 0

 Return Value

 See Also