alternatingRowBackColorCount

Type: Integer

Availability: Read or write at run time only

The alternatingRowBackColorCount property of the JadeTableSheet class specifies the number of table rows at which the alternating background color of each visible non‑fixed row and non‑fixed cell is displayed.

If the value of the alternatingRowBackColorCount property is:

For example, if the count is 2, the first, third, fifth, and so on non‑fixed rows and the non‑fixed cells in that row default to the value of the backColor property of the sheet, while the second, fourth, sixth, and so on non‑fixed rows and the non-fixed cells in that row default to the value of the alternatingRowBackColor property.

When the table is scrolled, the colors do not move with a row. The color scheme is applied to the rows, starting with the first visible non‑fixed row; for example:

table1.accessSheet(1).alternatingRowBackColorCount := 2;
table1.accessSheet(1).alternatingRowBackColor := Azure;

2018.0.01 and higher