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





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

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> object that can be used to iterate through the rows in the range.

 See Also

RowRange Members
RowRange Class
MindFusion.Spreadsheet.Wpf Namespace