RowCount

Description

Returns the number of rows for the HTMLTable.

Parameters

Parameter Description

table=value;

The table 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 parameter, you can specify an index string, such as the return value from a CellGetIndex action.

For example:

index=&CellIndex;

ret=&variable

The return value.