Returns an enumerator that iterates through the collection.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public IEnumerator<Cell> GetEnumerator () |
Visual Basic
Copy Code
|
|---|
Public Function GetEnumerator () As IEnumerator(Of Cell) |
An IEnumerator that can be used to iterate through the collection.
RemarksThe returned enumerator iterates only though the cells that are not blank.
See Also