Returns an enumerator that iterates through the collection.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public IEnumerator<Cell> GetEnumerator () |
Visual Basic
![]() |
---|
Public Function GetEnumerator () As IEnumerator(Of Cell) |
An IEnumerator that can be used to iterate through the collection.
The returned enumerator iterates only though the cells that are not blank.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |