Automation Guide
Action-based testing language
TestArchitect Automation Classes
Automation classes
AbtDataRow ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAXklEQVRIiWNgGAWjAAoYoZhmhk9kYGCYQStLHBgYGP4xMDD8h1pEE0vSkSyhmU9GqCVMtHABJYCmQTR0DXdgoCCjMROh5iEDA4MgAwPDRQYGhlyoRVQHNC3sRsEQBwD2mR7t73r7NQAAAABJRU5ErkJggg==)
The requested page is not available for selected version.
SetValueByColName
Syntax
int SetValueByColName(String colName, String value)
Description
Set the value of a cell in the data set row; the cell is specified by its column name.
Parameters
colName
String value specifying the column header text.
value
String value specifying the cell content to set.
Return Value
Return 0 if theexecutionis successful; otherwise, -1.