'Declaration Property ShowValue As Boolean
'Usage Dim instance As IDatabar Dim value As Boolean instance.ShowValue = value value = instance.ShowValue
bool ShowValue {get; set;}
Property Value
true
if the value in the cell is displayed if the data bar conditional format is applied; otherwise, false
.