The requested page is not available for selected version.
GetValueByColName
Syntax
String GetValueByColName(String colName)
Description
Retrieve contents of a cell in the data set row; the cell is specified by its column name.
Parameters
colName
String value specifying the column header text.
Return Value
String indicating the value of the cell contents. If the call is unsuccessful, return null.