Click or drag to resize

ColumnCollection Methods

The ColumnCollection type exposes the following members.

Methods
 NameDescription
Public methodAdd Add a new column in a datasource.
Public methodContains Returns true if the specified column is contained in the collection.
Public methodFindByCaption Gets a Column by its caption
Public methodFindByName Finds a Column by its name
Public methodGetEnumerator Enumerates through the list of columns.
Public methodIndexOf Returns the index of the specified column item.
Public methodRemove Remove specified column from a datasource.
Top
See Also