Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DatabarCfRule Class / ShowValue Property


In This Topic
    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