Search
ColumnRange.GetEnumerator Method
See Also
 






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

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

 Syntax

C#  Copy Code

public IEnumerator<Column> GetEnumerator ()

Visual Basic  Copy Code

Public Function GetEnumerator () As IEnumerator(Of Column)

 Return Value

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

 See Also