Click or drag to resize

ColumnCollection Class

List of all available columns.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddIn.DataColumnCollection

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

The ColumnCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Number of items in ColumnCollection.
Public propertyDataSource Gets the associated DataSource of the column.
Public propertyItemInt32 Get Column item by index.
Public propertyItemString Gets a Column by its caption
Top
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