MindFusion.Wpf Pack Programmer's Guide
RowCollection.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<Row> GetEnumerator ()

Visual Basic  Copy Code

Public Function GetEnumerator () As IEnumerator(Of Row)

 Return Value

An IEnumerator<Row> that can be used to iterate through the collection.

 See Also

RowCollection Members
RowCollection Class
MindFusion.Spreadsheet.Wpf Namespace