ShowValue Property (DatabarCfRule)
In This Topic
Gets or sets a value indicating whether the cells in the conditional formatting range display both the data bar and the numeric value or only the data bar.
Syntax
'Declaration
Public Property ShowValue As Boolean
'Usage
Dim instance As DatabarCfRule
Dim value As Boolean
instance.ShowValue = value
value = instance.ShowValue
public bool ShowValue {get; set;}
Property Value
true
if the cells in the conditional formatting range display both the data bar and the numeric value; otherwise,
false
.
See Also