Represents a collection of Column instances.
| C# | Visual Basic | Visual C++ |
public class ColumnCollection : IList<Column>, ICollection<Column>, IEnumerable<Column>, IEnumerable
Public Class ColumnCollection _ Implements IList(Of Column), ICollection(Of Column), _ IEnumerable(Of Column), IEnumerable
public ref class ColumnCollection : IList<Column^>, ICollection<Column^>, IEnumerable<Column^>, IEnumerable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ColumnCollection()()() |
Initializes a new instance.
| |
| ColumnCollection(IList<(Of <(Column>)>)) |
Initializes a new instance.
| |
| Add(Column) |
Adds the specified column to this collection.
| |
| Clear()()() |
Removes all items from the collection.
| |
| Contains(String) |
Determines whether this collection contains a Column with
the specified columnName.
| |
| Contains(Column) |
Determines whether the collection contains the specified column.
| |
| CopyTo(array<Column>[]()[], Int32) | ||
| Count |
Gets the number of elements contained in the collection.
| |
| CreateCopy()()() |
Creates a deep copy of this collection.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator()()() |
Returns an enumerator that iterates through the collection.
| |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the type of the current instance. (Inherited from Object.) | |
| IndexOf(String) |
Determines the index of the column with the specified columnName
within this collection.
| |
| IndexOf(Column) |
Determines the index of a specific column in the collection.
| |
| Insert(Int32, Column) |
Inserts a column at the specified index.
| |
| IsReadOnly |
Gets a value indicating whether the collection is read-only.
| |
| Item[([(String])]) |
Gets the Column with the specified column name.
| |
| Item[([(Int32])]) |
Gets or sets the Column at the specified index.
| |
| MakeReadOnly()()() |
Makes this collection read only.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnInsert(Column, Int32) |
Called when a column is inserted into the collection.
| |
| Remove(Column) |
Removes the first occurrence of the specified column.
| |
| RemoveAt(Int32) |
Removes the column at the specified index.
| |
| ToString()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| ColumnCollection | |
