Spread Silverlight Documentation
ShowValue Property (IExcelDataBarRule)


GrapeCity.Excel Namespace > IExcelDataBarRule Interface : ShowValue Property
Indicates whether to show the values of the cells on which this data bar is applied.
Syntax
'Declaration
 
Property ShowValue As System.Boolean
'Usage
 
Dim instance As IExcelDataBarRule
Dim value As System.Boolean
 
instance.ShowValue = value
 
value = instance.ShowValue
System.bool ShowValue {get; set;}

Property Value

true if show the values of the cells on which this data bar is applied; otherwise, false.
See Also

Reference

IExcelDataBarRule Interface
IExcelDataBarRule Members