Skip to main content

tablerowloop

Information about a parent tablerow loop.

Properties

The 1-based index of the current column.

Returns true if the current column is the first in the row. Returns false if not.

Returns true if the current column is the last in the row. Returns false if not.

The 0-based index of the current column.

Returns true if the current iteration is the first. Returns false if not.

The 1-based index of the current iteration.

The 0-based index of the current iteration.

Returns true if the current iteration is the last. Returns false if not.

The total number of iterations in the loop.

The 1-based index of the current iteration, in reverse order.

The 0-based index of the current iteration, in reverse order.

The 1-based index of current row.

{
"col": 1,
"col0": 0,
"col_first": true,
"col_last": false,
"first": true,
"index": 1,
"index0": 0,
"last": false,
"length": 5,
"rindex": 5,
"rindex0": 4,
"row": 1
}
Was this section helpful?