The requested page is not available for selected version.
RemoveRowAt
Syntax
int RemoveRowAt(int index)
Description
Remove a row, specified by its index, from the data set object.
Parameters
index
Integer value specifying the row. Row indexes start from zero, proceeding from top to bottom.
Return Value
Return 0 if theexecutionis successful; otherwise, -1.
Notes
- This method is currently supported only by the C# harness.