The requested page is not available for selected version.
GetValueByColIndex
Syntax
String GetValueByColIndex(int index)
Description
Retrieve contents of 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.
Return Value
String indicating the value of the specified data set cell. If the call is unsuccessful, return null..