CellClickOnChkB

Description

Clicks the check box specified in the table cell location based on the index parameter.

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 clicks on a check box within the third column of the second row of the first table.

chkidx=value;

The CheckBox object index inside the cell.

check=value;

check=Y – Select the check box.

check=N – Deselect the check box.

This parameter is optional. The default value is Y.