Search
CellRange.GetEnumerator Method
See Also
 






Returns an enumerator object that can be used to iterate through the cells in the range.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public IEnumerator<Cell> GetEnumerator ()

Visual Basic  Copy Code

Public Function GetEnumerator () As IEnumerator(Of Cell)

 Return Value

An IEnumerator<Cell> object that can be used to iterate through the cells in the range.

 See Also