RanorexRanorex Documentation
EffectiveRow Property
NamespacesRanorex.Core.DataDataContextEffectiveRow
Gets the effective row the context is currently positioned at, that is the CurrentRow of this context concatenated with the current rows of all ancestor contexts.
Declaration Syntax
C#Visual BasicVisual C++
public Row EffectiveRow { get; }
Public ReadOnly Property EffectiveRow As Row
	Get
public:
property Row^ EffectiveRow {
	Row^ get ();
}
Property Value
Row
The current effective row.

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