Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IDatabar Interface / ShowValue Property


In This Topic
    ShowValue Property (IDatabar)
    In This Topic
    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