The TaskColumnCollection type exposes the following members.

Constructors

  NameDescription
Public methodTaskColumnCollection()()()()
Creates a new ColumnCollection.
Public methodTaskColumnCollection(ArrayList)
Creates a new collection from an ArrayList.

Methods

  NameDescription
Public methodAdd(TaskColumn)
Adds a new Column to the collection.
Public methodAdd(String, Int32, String)
Adds a new Column to the collection.
Public methodClear (Inherited from CollectionBase.)
Public methodContains
Determines whether the collection contains a specified column.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Determines the index of a specific item in the collection.
Public methodInsert
Inserts a new column at the specified position.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove
Removes a column from the collection.
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodToArrayList
Converts ColumnCollection to ArrayList.
Public methodToString
String representation.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyCapacity (Inherited from CollectionBase.)
Public propertyCount (Inherited from CollectionBase.)
Protected propertyInnerList (Inherited from CollectionBase.)
Public propertyItem
Gets the specified Column.
Protected propertyList (Inherited from CollectionBase.)

See Also