The requested page is not available for selected version.
GetCellText
Syntax
string getCellText(int rowIndex, int columnIndex)
Description
Retrieve the text content of the specified cell.
Parameters
rowIndex
Integer value specifying row indexof cell.Note that index numbering begins with 1.
columnIndex
Integer value specifying column indexof cell.Note that index numbering begins with 1.
Return Value
String indicating the specified cell’s text content.