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=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; |
This parameter is optional. The default value is Y. |