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


In This Topic
    ShowBorder Property (DatabarCfRule)
    In This Topic
    Gets or sets a value indicating whether the data bar has a border.
    Syntax
    'Declaration
     
    
    Public Property ShowBorder As Boolean
    'Usage
     
    
    Dim instance As DatabarCfRule
    Dim value As Boolean
     
    instance.ShowBorder = value
     
    value = instance.ShowBorder
    public bool ShowBorder {get; set;}

    Property Value

    true if the data bar has a border; otherwise, false.
    See Also