Automation Guide
Action-based testing language
TestArchitect Automation Classes
Automation classes
AbtDataSet ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAXklEQVRIiWNgGAWjAAoYoZhmhk9kYGCYQStLHBgYGP4xMDD8h1pEE0vSkSyhmU9GqCVMtHABJYCmQTR0DXdgoCCjMROh5iEDA4MgAwPDRQYGhlyoRVQHNC3sRsEQBwD2mR7t73r7NQAAAABJRU5ErkJggg==)
The requested page is not available for selected version.
RemoveColumnByIndex
Syntax
int RemoveColumnByIndex(int index)
Description
Remove a column, specified by its index, from the data set object.
Parameters
index
Integer index of the column. Column indexes start from zero, proceeding from left to right.
Return Value
Return 0 if theexecutionis successful; otherwise, -1.
Notes
- This method is currently supported only by the C# harness.