This documentation is for the old version. Go to the latest Graphics Mill docs

ListColumnCollection Methods

The ListColumnCollection type exposes the following members.

Methods

Name Description
Public method Add Overloaded.

Adds a column/columns to the collection.

Public method Clear

Removes all columns from the collection.

Public method Contains

Determines whether the specified ListColumn is available in this collection.

Public method CopyTo

Copies list columns into array of ListColumn objects.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from CollectionBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf

Returns an index of the specified ListColumn class instance stored in this collection.

Public method Insert Overloaded.

Inserts column/columns to the collection at the specified index.

Protected method MemberwiseClone (Inherited from Object.)
Protected method OnClear (Inherited from CollectionBase.)
Protected method OnClearComplete (Inherited from CollectionBase.)
Protected method OnInsert (Inherited from CollectionBase.)
Protected method OnInsertComplete (Inherited from CollectionBase.)
Protected method OnRemove (Inherited from CollectionBase.)
Protected method OnRemoveComplete (Inherited from CollectionBase.)
Protected method OnSet (Inherited from CollectionBase.)
Protected method OnSetComplete (Inherited from CollectionBase.)
Public method Remove Overloaded.

Removes a column/columns from the collection.

Public method RemoveAt

Removes a column with a specified index from the collection.

Public method RemoveSortOrderIcon

Removes sort icon (triangle) from specified column.

Public method SetSortOrderIcon

Adds sort icon for the specified column.

Public method ToArray

Copies the items of the collection to a new array.

Public method ToString (Inherited from Object.)

Explicit Interface Implementations

Name Description
Explicit interface implemetation Private method IList.Add (Inherited from CollectionBase.)
Explicit interface implemetation Private method IList.Contains (Inherited from CollectionBase.)
Explicit interface implemetation Private method ICollection.CopyTo (Inherited from CollectionBase.)
Explicit interface implemetation Private method IList.IndexOf (Inherited from CollectionBase.)
Explicit interface implemetation Private method IList.Insert (Inherited from CollectionBase.)
Explicit interface implemetation Private method IList.Remove (Inherited from CollectionBase.)

See Also

Reference