The requested page is not available for selected version.
InsertRow
Syntax
int InsertRow(AbtDataRow row, int index)
Description
Insert a row object into the data set.
Parameters
row
AbtDataRow object specifying the data row to insert.
index
Integer value specifying the row before which the insertion is to be made. 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.