TdxSpreadSheetConditionalFormattingRuleIconSet.ShowValue Property
In This Article
Specifies if cell values are displayed in addition to icons.
#Declaration
Delphi
property ShowValue: Boolean read; write; default True;
#Property Value
Type | Default |
---|---|
Boolean | True |
#Remarks
Set this property to False or True to hide or show values in the cells formatted by the “Icon Set” conditional formatting rule:
Value | Example |
---|---|
True | ![]() |
False | ![]() |
The default ShowValue property value is True.
See Also