TabSheetMeasures.DisplayFixedAreaLines

Syntax

DisplayFixedAreaLines: Boolean

Description

The DisplayFixedAreaLines property controls visibility of the lines that separate fixed rows and columns in a table from non-fixed ones.

Comments

Use the setDisplayFixedAreaLines method to set the property value, and the getDisplayFixedAreaLines method to get the property value. Property value cannot be set from JSON.

The property contains a Boolean value. If the property is set to True, fixation lines are shown in the table, if the property is set to False, the lines are invisible.

Default property value is True.

Example

The example of use is given on the page with description of the TabSheetMeasures.getFixedColumnCount.

Seebsp;also:

TabSheetMeasures