fixedRowColorHasPrecedence

Type: Boolean

Availability: Read or write at any time

The fixedRowColorHasPrecedence property of the JadeSkinTable class specifies whether cells that are in both a fixed row and a fixed column are drawn using the value of the fixedRowsBackColor property. The default value is true.

When true, cells that are in both a fixed row and a fixed column are drawn using the value of the fixedRowsBackColor property. When false, cells that are in both a fixed row and a fixed column are drawn using the value of the fixedColumnsBackColor property.

If a fixed cell has a specific background color set via a cell, row, column Table class backColor property, the skin background color value specified by this parameter is ignored.

2018.0.01 and higher

From version 2020.0.01, the fixedRowColorHasPrecedence property specifies whether cells that are in both a fixed row and a fixed column are drawn using the value of the fixedRowsBackColor and the fixedRowsForeColor properties.

The default value of true specifies that cells that are in both a fixed row and a fixed column are drawn using the value of the fixedRowsBackColor and the fixedRowsForeColor properties. When the value is false, cells that are in both a fixed row and a fixed column are drawn using the value of the fixedColumnsBackColor and fixedColumnsForeColor properties.

If a fixed cell has a specific: