RanorexRanorex Documentation
Row Constructor (values, isDirty, owner)
NamespacesRanorex.Core.DataRowRow(array<String>[]()[][], Boolean, RowCollection)
Initializes a new instance of the Row class.
Declaration Syntax
C#Visual BasicVisual C++
public Row(
	string[] values,
	bool isDirty,
	RowCollection owner
)
Public Sub New ( 
	values As String(),
	isDirty As Boolean,
	owner As RowCollection
)
public:
Row(
	array<String^>^ values, 
	bool isDirty, 
	RowCollection^ owner
)
Parameters
values (array<String>[]()[][])
The String values of the row to create.
isDirty (Boolean)
A value specifying the initial state of the IsDirty property.
owner (RowCollection)
The RowCollection this row belongs to or null if the row is not yet bound to a collection.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf values is null.

Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)