Click or drag to resize

ColumnCollection.GetEnumerator Method

Enumerates through the list of columns.

Namespace:  Easymap.AddIn.Data
Assembly:  EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.1.0.0
Syntax
public IEnumerator<Column> GetEnumerator()

Return Value

Type: IEnumerator<Column>

Implements

IEnumerable<T>.GetEnumerator()
See Also