Skip to main content

TdxSpreadSheetConditionalFormattingRuleDataBar.ShowValue Property

Specifies if the “Data Bar“ conditional formatting rule shows values of the affected cells.

Declaration

property ShowValue: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The “Data Bar” rule displays data bars in addition to or instead the numeric values stored in the affected cells. Set the ShowValue property to False or True to hide or show their values.

The default ShowValue property value is True.

See Also