Multiple choice technology web technology

What method is used to extract a cell value from a webtable if you know row number and column number?

  1. CellData(Row, Column)

  2. TableCellData(Row, Column)

  3. CellDataValue(Row, Column)

  4. GetCellData(Row, Column)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

GetCellData(Row, Column) is the correct QTP method to extract a specific cell value from a WebTable when you know the row and column numbers. The other options (CellData, TableCellData, CellDataValue) are not valid QTP methods.