RanorexRanorex Documentation
ColumnCollection Class
NamespacesRanorex.Core.DataColumnCollection
Represents a collection of Column instances.
Declaration Syntax
C#Visual BasicVisual 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
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Copies the elements of the collection to an Array, starting at a particular Array index.

Count
Gets the number of elements contained in the collection.

CreateCopy()()()
Creates a deep copy of this collection.

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
Inheritance Hierarchy
Object
ColumnCollection

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)