Gets the values of this row.

Declaration Syntax
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)