ColCount

Description

Returns the number of columns for the HTMLTable row.

Parameters

Parameter Description

table=value;

The table index.

row=value;

The row index.

index=I/R/C:

An index string in the form of I/R/C, where I is the table index, R is the row number, and C is the column number.

As an alternative to specifying the table and row parameters, you can specify an index string, such as the return value from a CellGetIndex action.

For example:

index=&CellIndex;

ret=&variable

The return value.