The requested page is not available for selected version.
SetValueByColIndex
Syntax
int SetValueByColIndex(int index, String value)
Description
Set the value for a cell in the data set row; ; the cell is specified by its column index.
Parameters
index
Integer index of the column. Column indexes start from zero, proceeding from left to right.
value
String value specifying the cell content to set.
Return Value
Return 0 if theexecutionis successful; otherwise, -1.