Returns an enumerator object that can be used to iterate through the cells in the range.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
C#
![]() |
---|
public IEnumerator<Cell> GetEnumerator () |
Visual Basic
![]() |
---|
Public Function GetEnumerator () As IEnumerator(Of Cell) |
An IEnumerator<Cell> object that can be used to iterate through the cells in the range.
MindFusion.Spreadsheet Programmer's Guide | © 2025 MindFusion |