Click or drag to resize

ColumnCollection Class

List of all available columns.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Data
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public sealed class ColumnCollection : BaseObject, 
	IEnumerable<Column>, IEnumerable

The ColumnCollection type exposes the following members.

Properties
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