ColumnCollection Class |
Namespace: Easymap.AddIn.Data
The ColumnCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Number of items in ColumnCollection.
| |
| DataSource |
Gets the associated DataSource of the column.
| |
| ItemInt32 |
Get Column item by index.
| |
| ItemString |
Gets a Column by its caption
|
| Name | Description | |
|---|---|---|
| Add |
Add a new column in a datasource.
| |
| Contains |
Returns true if the specified column is contained in the collection.
| |
| FindByCaption |
Gets a Column by its caption
| |
| FindByName |
Finds a Column by its name
| |
| GetEnumerator |
Enumerates through the list of columns.
| |
| IndexOf |
Returns the index of the specified column item.
| |
| Remove |
Remove specified column from a datasource.
|