RanorexRanorex Documentation
Add Method (values)
NamespacesRanorex.Core.DataRowCollectionAdd(array<String>[]()[])
Adds a new row containing the specified values.
Declaration Syntax
C#Visual BasicVisual C++
public void Add(
	string[] values
)
Public Sub Add ( _
	values As String() _
)
public:
void Add(
	array<String^>^ values
)
Parameters
values (array< String >[]()[])
The values for the new row to add.

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