The requested page is not available for selected version.
FindCellWithText
Syntax
long findCellWithText(string cellText, int rowIndex, int columnIndex)
Description
Locate the cell with containing the specified text.
Parameters
cellText
String value specifying the text content of the cell to find.
rowIndex
Returned Integer value specifying row indexof cell. Note that index numbering begins with 1.
columnIndex
Returned Integer value specifying column indexof cell.Note that index numbering begins with 1.
Return Value
Return 0 if the call is successful; otherwise, -1..