The requested page is not available for selected version.
RemoveColumnByName
Syntax
int RemoveColumnByName(string colName)
Description
Remove a column, specified by its header name, from the data set object.
Parameters
colName
String value specifying the column header text.
Return Value
Return 0 if theexecutionis successful; otherwise, -1.
Notes
- This method is currently supported only by the C# harness.