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: 11.2.0.0
Syntax
public IEnumerator<Column> GetEnumerator()

Return Value

Type: IEnumeratorColumn

Implements

IEnumerableTGetEnumerator
See Also