Spread WPF 17
GrapeCity.Excel Namespace / Excel2010DataBarRule Class / ShowBorder Property


In This Topic
    ShowBorder Property (Excel2010DataBarRule)
    In This Topic
    Specifies whether the data bar has a border.
    Syntax
    'Declaration
     
    Public Property ShowBorder As Boolean
    'Usage
     
    Dim instance As Excel2010DataBarRule
    Dim value As Boolean
     
    instance.ShowBorder = value
     
    value = instance.ShowBorder
    public bool ShowBorder {get; set;}
    See Also