RanorexRanorex Documentation
RowCollection Class
NamespacesRanorex.Core.DataRowCollection
Represents a collection of Row instances.
Declaration Syntax
C#Visual BasicVisual C++
public class RowCollection : IList<Row>, 
	ICollection<Row>, IEnumerable<Row>, IEnumerable
Public Class RowCollection _
	Implements IList(Of Row), ICollection(Of Row),  _
	IEnumerable(Of Row), IEnumerable
public ref class RowCollection : IList<Row^>, 
	ICollection<Row^>, IEnumerable<Row^>, IEnumerable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
RowCollection(ColumnCollection, IList<(Of <(Row>)>))
Initializes a new instance of the RowCollection class.

RowCollection(ColumnCollection)
Initializes a new instance of the RowCollection class.

Add(Row)
Adds the specified row.

Add(array<String>[]()[])
Adds a new row containing the specified values.

Clear()()()
Removes all rows from the collection.

Columns
Gets the column collection this collection is bound to.

Contains(Row)
Determines whether the collection contains the specified row.

CopyTo(array<Row>[]()[], Int32)
Copies the rows of the collection to an Array, starting at a particular Array index.

Count
Gets the number of rows contained in the collection.

CreateCopy(ColumnCollection)
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(Row)
Determines the index of a specific item in the collection.

Insert(Int32, Row)
Inserts the row at the specified index.

IsReadOnly
Gets a value indicating whether the collection is read-only.

Item[([(Int32])])
Gets or sets the Row at the specified index.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnInsert(Row)
Called when inserting a new row into this collection.

Remove(Row)
Removes the specified row.

RemoveAt(Int32)
Removes the row at the specified index.

ToString()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
RowCollection

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