Initializes a new instance of the Row class.
| C# | Visual Basic | Visual 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 )
- 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.
| Exception | Condition |
|---|---|
| ArgumentNullException | If values is null. |
Assembly: Ranorex.Core (Module: Ranorex.Core.dll) Version: 4.0.4.23593 (4.0.4.23593)