RanorexRanorex Documentation
Row Class
NamespacesRanorex.Core.DataRow
Represents a row in a data table.
Declaration Syntax
C#Visual BasicVisual C++
public class Row
Public Class Row
public ref class Row
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Row(array<String>[]()[], Boolean, RowCollection)
Initializes a new instance of the Row class.

Row(array<String>[]()[])
Initializes a new instance of the Row class.

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.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the type of the current instance.
(Inherited from Object.)
Item[([(Int32])])
Gets or sets the String value at the specified index.

Item[([(String])])
Gets or sets the String value with the specified column name.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Owner
Gets or sets the RowCollection this row belongs to.

ToDictionary()()()
Creates a dictionary that maps the column names of the associated data table to the values of this row.

ToString()()()
Returns a string that represents the current object.
(Inherited from Object.)
Values
Gets the values of this row.

Inheritance Hierarchy

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