TXRulerBar.FormulaMode Property

Gets or sets a value specifying whether the ruler bar shows cell references when the current input position is in a table cell. Depending on the TXTextControl.FormulaReferenceStyle property cell references are shown either in the A1 or in the R1C1 notation. This property has no effect when the Appearance property has been set to tx3D.

Introduced: 26.0.

Syntax

TXRulerBar.FormulaMode [= value]
Setting Description
0 - rlNone (Default). The ruler bar does not show cell references.
1 - rlAuto The ruler bar only shows cell references when the text input position is in a table cell containing a formula.
2 - rlAlways The ruler bar shows cell references when the text input position is in a table call. When the input position changes to another cell, all references are shown relative to this new cell.

Data Types

Integer.

See Also