Spread WPF 17
GrapeCity.Excel Namespace / ExcelDataBarRule Class / ShowValue Property


In This Topic
    ShowValue Property (ExcelDataBarRule)
    In This Topic
    Indicates whether to show the values of the cells on which this data bar is applied.
    Syntax
    'Declaration
     
    Public Property ShowValue As Boolean
    'Usage
     
    Dim instance As ExcelDataBarRule
    Dim value As Boolean
     
    instance.ShowValue = value
     
    value = instance.ShowValue
    public 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