TabSheetSettings.SelectionBorderColor

Syntax

SelectionBorderColor: String;

Description

The SelectionBorderColor property determines a border color of selected table cells.

Comments

Use JSON and the setSelectionBorderColor method to set the property value and the getSelectionBorderColor method to get the property value.

The string with the value of border color for selected table cells is set in the hexadecimal format (HEX), for example, #15F08B.

To determine a fill color of selected table cells, use the TabSheetSettings.SelectionColor property.

Formatting parameters of selected table cells are set by default in repository settings on the Report Formatting tab.

NOTE. The border color that is set using the SelectionBorderColor property or the setSelectionBorderColor method is applied only if default formatting parameters for selected table cells are used. To reset custom settings and restore default formatting parameters for selected table cells, click the Reset Settings button.

Example

The use of the setSelectionBorderColor method is given in the example for TabSheetSettings.SelectionColor.

See also:

TabSheetSettings