NativeExcel for .Net Developer's Reference

IRangeRows.GetEnumerator Method 

Returns an System.Collections.IEnumerator implemented object that contains all IRangeRow objects within the IRangeRows collection.

[Visual Basic]
Function GetEnumerator() As IEnumerator
[C#]
IEnumerator GetEnumerator();
[C++]
IEnumerator* GetEnumerator();
[JScript]
function GetEnumerator(): IEnumerator;

Return Value

A System.Collections.IEnumerator implemented object that contains all all IRangeRow objects within the IRangeRows collection.

See Also

IRangeRows Interface | NativeExcel Namespace