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 Description
Boolean True

True if the Data Bar rule displays cell values in addition to corresponding data bars; otherwise, False.

Remarks

The Data Bar conditional formatting rule can hide or display values in cells with visible data bars. You can set the ShowValue property to False to hide values in formatted cells.

VCL Spreadsheet: Cell Value Visibility Options

Default Value

The ShowValue property’s default value is True.

See Also