getCellText

getCellText(r: Integer;
            c: Integer): String;

The getCellText method of the Table class returns the text of the cell specified in the r and c parameters (row and column) of the current sheet of a table.

This method achieves the same as accessing the text property, except that the row and column properties do not need to be set. The getCellText method has no impact on the current values of the row and column properties. (See also the setCellText method.)