Returns an enumerator that iterates through the collection.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
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 for WPF Programmer's Guide | © 2025 MindFusion |