Spread Windows Forms 12.0 Product Documentation
ShowValue Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IDatabar Interface : ShowValue Property
Gets or sets a Boolean value that specifies if the value in the cell is displayed if the data bar conditional format is applied to the range.
Syntax
'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.
See Also

Reference

IDatabar Interface
IDatabar Members