MindFusion.Wpf Pack Programmer's Guide
CellCollection.GetEnumerator Method
See Also
 





Returns an enumerator that iterates through the collection.

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 that can be used to iterate through the collection.

 Remarks

The returned enumerator iterates only though the cells that are not blank.

 See Also

CellCollection Members
CellCollection Class
MindFusion.Spreadsheet.Wpf Namespace