CellExists

Description

Determines whether a cell exists.

Parameters

Parameter Description

index=I/R/C:

The table, row, column index string.

For example:

index=&CellIndex

index=1/2/3;

In the second example, this function verifies whether a cell exists within the third column of the second row of the first table.

ret=&variable

The return value.

True – the cell exists.

False – the cell does not exist.