getCellSelected

getCellSelected(r: Integer;
                c: Integer): Boolean;

The getCellSelected method of the Table class returns the selected status 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 the selected property, except that the row and column properties do not need to be set. The getCellSelected method has no impact on the values of the current row and column properties. See also the setCellSelected, selectedCount, and selectedNext methods.