Returns an enumerator object that can be used to iterate through the rows in the range.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public IEnumerator<Row> GetEnumerator () |
Visual Basic
Copy Code
|
|---|
Public Function GetEnumerator () As IEnumerator(Of Row) |
An IEnumerator<Row> object that can be used to iterate through the rows in the range.
See Also