NativeExcel for .Net Developer's Reference

IRangeRow.GetEnumerator Method 

Returns an System.Collections.IEnumerator implemented object that contains all cells within the row.

[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 cells within the row.

See Also

IRangeRow Interface | NativeExcel Namespace