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:
Less than or equal to zero (0), the background color of each non‑fixed cell defaults to the value of the
Greater than zero (0), for each visible alternatingRowBackColorCount non‑fixed row and non‑fixed cell, the background color defaults to the value of the alternatingRowBackColor property.
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;