HighlightValidationErrorsInHeader
If this option is activated, errors in the cell check are highlighted in the corresponding column title. This can impair performance when processing large data sets, as all data must be checked.
Schema: tchmi:general#/definitions/Boolean
Attribute getter
public getHighlightValidationErrorsInHeader(): boolean;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setHighlightValidationErrorsInHeader(valueNew: boolean | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from version 1.14.4.59 |
