Automation Guide
Action-based testing language
TestArchitect Automation Classes
Automation classes
AbtDataSetManagement ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAXklEQVRIiWNgGAWjAAoYoZhmhk9kYGCYQStLHBgYGP4xMDD8h1pEE0vSkSyhmU9GqCVMtHABJYCmQTR0DXdgoCCjMROh5iEDA4MgAwPDRQYGhlyoRVQHNC3sRsEQBwD2mR7t73r7NQAAAABJRU5ErkJggg==)
The requested page is not available for selected version.
CreateDataRow
Syntax
AbtDataRow CreateDataRow(Array<System.String> contents)
Description
Create a new data row with the specified contents.
Parameters
contents
An array of strings specifying the text content of the row.
Return Value
A new AbtDataRow object, representing a data set row, with the specified contents.
Notes
- This method is currently supported only by the C# harness.