Click or drag to resize

ColumnCollectionGetEnumerator Method

Enumerates through the list of columns.

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

Return Value

Type: IEnumeratorColumn

Implements

IEnumerableTGetEnumerator
See Also