The requested page is not available for selected version.
GetRowText
Syntax
string getRowText(int rowIndex)
Description
Retrieve the text content ofall cells in the specified row.
Parameters
rowIndex
Integer value specifying row indexof cell.Note that index numbering begins with 1.
Return Value
Pipe-delimited ( | ) string containing the text content of all cells of the specified row, in order.