Returns an enumerator that iterates through the collection.
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> that can be used to iterate through the collection.
See Also