easymap office API-Reference
easymap office API-Reference
easymap office API-Reference
Easymap.AddIn.Data
ColumnCollection Class
ColumnCollection Methods
Add Method
Contains Method
FindByCaption Method
FindByName Method
GetEnumerator Method
IndexOf Method
Remove Method
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
C#
VB
Copy
public
IEnumerator
<
Column
>
GetEnumerator
()
Public
Function
GetEnumerator
As
IEnumerator
(
Of
Column
)
Return Value
Type:
IEnumerator
<
Column
>
Implements
IEnumerable
<
T
>
.
GetEnumerator
()
See Also
Reference
ColumnCollection Class
Easymap.AddIn.Data Namespace