ColumnCollection Methods |
The ColumnCollection type exposes the following members.
| 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.
|