RanorexRanorex Documentation
Values Property
NamespacesRanorex.Core.DataRowValues
Gets the values of this row.
Declaration Syntax
C#Visual BasicVisual C++
public string[] Values { get; private set; }
Public Property Values As String()
public:
property array<String^>^ Values {
	array<String^>^ get ();
	void set (array<String^>^ value);
}
Value
The values contained in this row.

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